Refresh the status as well upon successful search results play/add

This commit is contained in:
Fabio Manganiello 2018-04-12 13:53:04 +02:00
parent decadee00a
commit b400597a1b
1 changed files with 1 additions and 0 deletions

View File

@ -866,6 +866,7 @@ $(document).ready(function() {
onSuccess = function(response) {
initPlaylist();
initStatus();
}
);
});