This commit is contained in:
Stéphane Bruckert 2025-05-22 19:25:07 +01:00
parent b4c26eb9e4
commit d9c9e98d65

View File

@ -1012,7 +1012,7 @@ class Spotify:
""" This function is no longer in use, please use the recommended function in the warning! """ This function is no longer in use, please use the recommended function in the warning!
Removes all occurrences of the given tracks from the given playlist Removes all occurrences of the given tracks from the given playlist
.. deprecated:: .. deprecated::
This method is deprecated and may be removed in a future version. Use This method is deprecated and may be removed in a future version. Use
`playlist_remove_all_occurrences_of_items(playlist_id, tracks)` instead. `playlist_remove_all_occurrences_of_items(playlist_id, tracks)` instead.
@ -1038,10 +1038,9 @@ class Spotify:
""" This function is no longer in use, please use the recommended function in the warning! """ This function is no longer in use, please use the recommended function in the warning!
Removes all occurrences of the given tracks from the given playlist Removes all occurrences of the given tracks from the given playlist
.. deprecated:: .. deprecated::
This method is deprecated and may be removed in a future version. Use This endpoint has been removed by Spotify and is no longer available.
`playlist_remove_specific_occurrences_of_items(playlist_id, tracks)` instead.
Parameters: Parameters:
- user - the id of the user - user - the id of the user