Fixed browse popup not closing
This commit is contained in:
parent
523f5154a2
commit
799d21e861
@ -8,6 +8,7 @@ function playBrowsedTracks(addtoqueue, trackid) {
|
||||
mopidy.playback.stop();
|
||||
mopidy.tracklist.clear();
|
||||
}
|
||||
$('#popupBrowse').popup('close');
|
||||
toast('Loading...');
|
||||
|
||||
trackid = typeof trackid !== 'undefined' ? trackid : $('#popupBrowse').data("track");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user