diff --git a/HISTORY.rst b/HISTORY.rst index 2afd26a..918ad4f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,7 @@ History ======= v0.7.7 ------ +* Feature: Add track to user playlist from ISRC (#96) - tehkillerbee_ * Feature: Add support for moving playlist items (#116) - tehkillerbee_ * Feature: Allow adding items multiple times to the same playlist - tehkillerbee_ * Feature: Add support for adding items to a playlists at a specific position (#116) - tehkillerbee_ diff --git a/tidalapi/playlist.py b/tidalapi/playlist.py index 61e9333..a00c4aa 100644 --- a/tidalapi/playlist.py +++ b/tidalapi/playlist.py @@ -308,8 +308,7 @@ def add_by_isrc( allow_duplicates: bool = False, position: int = -1, ) -> bool: - """ - Add an item to a playlist, using the track ISRC + """Add an item to a playlist, using the track ISRC. :param isrc: The ISRC to be added :param allow_duplicates: Allow adding duplicate items