forked from platypush/platypush
Refresh the status as well upon successful search results play/add
This commit is contained in:
parent
decadee00a
commit
b400597a1b
1 changed files with 1 additions and 0 deletions
|
@ -866,6 +866,7 @@ $(document).ready(function() {
|
||||||
|
|
||||||
onSuccess = function(response) {
|
onSuccess = function(response) {
|
||||||
initPlaylist();
|
initPlaylist();
|
||||||
|
initStatus();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue