Fix #998: Remove event already sent by PlaylistsController.
This commit is contained in:
parent
7520b13aa1
commit
2ae68d971a
@ -57,8 +57,6 @@ class LocalPlaylistsProvider(backend.PlaylistsProvider):
|
|||||||
playlists.append(playlist)
|
playlists.append(playlist)
|
||||||
|
|
||||||
self.playlists = playlists
|
self.playlists = playlists
|
||||||
# TODO: send what scheme we loaded them for?
|
|
||||||
backend.BackendListener.send('playlists_loaded')
|
|
||||||
|
|
||||||
logger.info(
|
logger.info(
|
||||||
'Loaded %d local playlists from %s',
|
'Loaded %d local playlists from %s',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user