diff --git a/platypush/backend/http/static/js/music.mpd.js b/platypush/backend/http/static/js/music.mpd.js index 66b8a8a8..4052b647 100644 --- a/platypush/backend/http/static/js/music.mpd.js +++ b/platypush/backend/http/static/js/music.mpd.js @@ -866,6 +866,7 @@ $(document).ready(function() { onSuccess = function(response) { initPlaylist(); + initStatus(); } ); });