Fix BaseCurrentPlaylistController with respect to test_new_playlist_loaded_callback_gets_called
This commit is contained in:
parent
02d83288fa
commit
37abe08d31
@ -141,6 +141,7 @@ class BaseCurrentPlaylistController(object):
|
||||
:type playlist: :class:`mopidy.models.Playlist`
|
||||
"""
|
||||
self.playlist = playlist
|
||||
self.backend.playback.new_playlist_loaded_callback()
|
||||
|
||||
def move(self, start, end, to_position):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user