From a2d7f2f504f36a1548086b767398131ad8501903 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 12 Nov 2012 23:11:32 +0100 Subject: [PATCH] spotify: Update stored playlists interface --- mopidy/backends/spotify/stored_playlists.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mopidy/backends/spotify/stored_playlists.py b/mopidy/backends/spotify/stored_playlists.py index 9a2328c4..cb068f63 100644 --- a/mopidy/backends/spotify/stored_playlists.py +++ b/mopidy/backends/spotify/stored_playlists.py @@ -5,7 +5,7 @@ class SpotifyStoredPlaylistsProvider(base.BaseStoredPlaylistsProvider): def create(self, name): pass # TODO - def delete(self, playlist): + def delete(self, uri): pass # TODO def lookup(self, uri): @@ -14,8 +14,5 @@ class SpotifyStoredPlaylistsProvider(base.BaseStoredPlaylistsProvider): def refresh(self): pass # TODO - def rename(self, playlist, new_name): - pass # TODO - def save(self, playlist): pass # TODO