1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-09-12 07:16:02 +00:00

Merged pull request from notandy/mpd for Typo error prevent webradio playlists to show. #175

This commit is contained in:
jcorporation
2018-05-10 22:36:12 +01:00
parent 51e6f541e4
commit 23d3807fbc

View File

@@ -87,7 +87,7 @@ var app = $.sammy(function() {
add_all_songs.show();
}
$('#panel-heading').text("Browse database: "+browsepath);
$('#panel-heading').text("Browse database: /"+browsepath);
$('#panel-heading-info').empty();
$('#queue-buttons').css('display','none');
var path_array = browsepath.split('/');