diff --git a/platypush/backend/http/static/js/music.mpd.js b/platypush/backend/http/static/js/music.mpd.js index 36ccf4dfc..207d14c19 100644 --- a/platypush/backend/http/static/js/music.mpd.js +++ b/platypush/backend/http/static/js/music.mpd.js @@ -231,6 +231,7 @@ $(document).ready(function() { var updatePlaylist = function(tracks) { if (tracks == null) { + initPlaylist(); return; }