Add FIXME
This commit is contained in:
parent
0e22335930
commit
9e7363edaf
@ -109,6 +109,7 @@ class GStreamerPlaybackController(BasePlaybackController):
|
||||
class GStreamerStoredPlaylistsController(BaseStoredPlaylistsController):
|
||||
def __init__(self, *args):
|
||||
super(GStreamerStoredPlaylistsController, self).__init__(*args)
|
||||
# FIXME need test that ensures that folder is created
|
||||
self._folder = os.path.expanduser(settings.PLAYLIST_FOLDER)
|
||||
|
||||
def create(self, name):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user