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:
@@ -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('/');
|
||||
|
Reference in New Issue
Block a user