spotify: Update stored playlists interface
This commit is contained in:
parent
adb8dd23bb
commit
a2d7f2f504
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user