From 2ae68d971a56b06c47e894d6496ae175f6a26282 Mon Sep 17 00:00:00 2001 From: Thomas Kemmer Date: Wed, 25 Feb 2015 17:35:06 +0100 Subject: [PATCH] Fix #998: Remove event already sent by PlaylistsController. --- mopidy/local/playlists.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mopidy/local/playlists.py b/mopidy/local/playlists.py index deeae2b5..2c53d91a 100644 --- a/mopidy/local/playlists.py +++ b/mopidy/local/playlists.py @@ -57,8 +57,6 @@ class LocalPlaylistsProvider(backend.PlaylistsProvider): playlists.append(playlist) self.playlists = playlists - # TODO: send what scheme we loaded them for? - backend.BackendListener.send('playlists_loaded') logger.info( 'Loaded %d local playlists from %s',