don't show queue length when browsing
authorSuperBFG7 <daniel@despite.ch>
Wed, 10 Aug 2022 15:30:24 +0000 (17:30 +0200)
committerSuperBFG7 <daniel@despite.ch>
Wed, 10 Aug 2022 15:30:24 +0000 (17:30 +0200)
htdocs/js/mpd.js

index 5e02bc1..708aaa9 100644 (file)
@@ -92,7 +92,8 @@ var app = $.sammy(function () {
             });
         }
 
-        $('#panel-heading').text('Browse database: ' + browsepath);
+        $('#panel-heading').text('Browse database');
+        $('#panel-heading-info').empty();
         var path_array = browsepath.split('/');
         var full_path = '';
         $.each(path_array, function (index, chunk) {