From d9c9e98d654349ff1c1839e81b75a23428867e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bruckert?= Date: Thu, 22 May 2025 19:25:07 +0100 Subject: [PATCH] fix --- spotipy/client.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/spotipy/client.py b/spotipy/client.py index c5166da..085b674 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -1012,7 +1012,7 @@ class Spotify: """ 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 - + .. deprecated:: This method is deprecated and may be removed in a future version. Use `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! Removes all occurrences of the given tracks from the given playlist - + .. deprecated:: - This method is deprecated and may be removed in a future version. Use - `playlist_remove_specific_occurrences_of_items(playlist_id, tracks)` instead. + This endpoint has been removed by Spotify and is no longer available. Parameters: - user - the id of the user