Fix typo in BaseStoredPlaylistsController class name
This commit is contained in:
parent
3d7fc78010
commit
2a30d40ed5
@ -208,7 +208,7 @@ class BasePlaybackController(object):
|
|||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
|
||||||
class BaseStoredPlaylistController(object):
|
class BaseStoredPlaylistsController(object):
|
||||||
def __init__(self, backend):
|
def __init__(self, backend):
|
||||||
self.backend = backend
|
self.backend = backend
|
||||||
self._playlists = []
|
self._playlists = []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user