Add playlist attribute to playlist controller
This commit is contained in:
parent
5c3d10b06c
commit
1062ef4daf
@ -16,6 +16,7 @@ class BaseBackend(object):
|
|||||||
class BaseCurrentPlaylistController(object):
|
class BaseCurrentPlaylistController(object):
|
||||||
def __init__(self, backend):
|
def __init__(self, backend):
|
||||||
self.backend = backend
|
self.backend = backend
|
||||||
|
self.playlist = Playlist()
|
||||||
|
|
||||||
def add(self, track, at_position=None):
|
def add(self, track, at_position=None):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user