Skip to content

Commit

Permalink
Formatting, updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Oct 1, 2024
1 parent 029e8a8 commit da21d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down
3 changes: 1 addition & 2 deletions tidalapi/playlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da21d9a

Please sign in to comment.