From b400597a1b58ca603bfe7c5e8212268849439baf Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 12 Apr 2018 13:53:04 +0200 Subject: [PATCH] Refresh the status as well upon successful search results play/add --- platypush/backend/http/static/js/music.mpd.js | 1 + 1 file changed, 1 insertion(+) 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(); } ); });