API is add(uri, position), not track
This commit is contained in:
parent
1062ef4daf
commit
f289512d50
@ -18,7 +18,7 @@ class BaseCurrentPlaylistController(object):
|
|||||||
self.backend = backend
|
self.backend = backend
|
||||||
self.playlist = Playlist()
|
self.playlist = Playlist()
|
||||||
|
|
||||||
def add(self, track, at_position=None):
|
def add(self, uri, at_position=None):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
class BasePlaybackController(object):
|
class BasePlaybackController(object):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user