From: Dafan Zhai Date: Sun, 7 Mar 2021 19:07:57 +0000 (+0100) Subject: Fixed invisible "Add all" button in browse page X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=efa4d4443f69d43de092e2ded88d88a933f10ebc;p=ympd.git Fixed invisible "Add all" button in browse page --- diff --git a/htdocs/index.html b/htdocs/index.html index ac05928..4c4fc9c 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -118,7 +118,6 @@
-
diff --git a/htdocs/js/mpd.js b/htdocs/js/mpd.js index 319805f..7924061 100644 --- a/htdocs/js/mpd.js +++ b/htdocs/js/mpd.js @@ -78,6 +78,7 @@ var app = $.sammy(function() { socket.send('MPD_API_GET_BROWSE,'+pagination+','+(browsepath ? browsepath : "/")); // Don't add all songs from root if (browsepath) { + $('#filter').append(''); var add_all_songs = $('#add-all-songs'); add_all_songs.off(); // remove previous binds add_all_songs.on('click', function() {