From: SuperBFG7 Date: Wed, 10 Aug 2022 15:30:24 +0000 (+0200) Subject: don't show queue length when browsing X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=b41753220f0fca77d921d61eb4cd9b567fa3f2af;p=ympd.git don't show queue length when browsing --- diff --git a/htdocs/js/mpd.js b/htdocs/js/mpd.js index 5e02bc1..708aaa9 100644 --- a/htdocs/js/mpd.js +++ b/htdocs/js/mpd.js @@ -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) {