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):
|
||||
def __init__(self, backend):
|
||||
self.backend = backend
|
||||
self.playlist = Playlist()
|
||||
|
||||
def add(self, track, at_position=None):
|
||||
raise NotImplementedError
|
||||
|
||||
Loading…
Reference in New Issue
Block a user