removed dummy stored playlist search method definition in libspotify to use the super method
This commit is contained in:
parent
0ef15514ed
commit
84e5b69922
@ -144,9 +144,6 @@ class LibspotifyStoredPlaylistsController(BaseStoredPlaylistsController):
|
||||
def save(self, playlist):
|
||||
pass # TODO
|
||||
|
||||
def search(self, query):
|
||||
pass # TODO
|
||||
|
||||
|
||||
class LibspotifyTranslator(object):
|
||||
@classmethod
|
||||
|
||||
Loading…
Reference in New Issue
Block a user