Fix typo in BaseStoredPlaylistsController class name

This commit is contained in:
Stein Magnus Jodal 2010-02-07 23:17:22 +01:00
parent 3d7fc78010
commit 2a30d40ed5

View File

@ -208,7 +208,7 @@ class BasePlaybackController(object):
raise NotImplementedError
class BaseStoredPlaylistController(object):
class BaseStoredPlaylistsController(object):
def __init__(self, backend):
self.backend = backend
self._playlists = []