mirror of
https://github.com/SuperBFG7/ympd
synced 2025-05-29 04:24:10 +00:00
Merged pull request from notandy/mpd for Typo error prevent webradio playlists to show. #175
This commit is contained in:
parent
51e6f541e4
commit
23d3807fbc
@ -87,7 +87,7 @@ var app = $.sammy(function() {
|
|||||||
add_all_songs.show();
|
add_all_songs.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
$('#panel-heading').text("Browse database: "+browsepath);
|
$('#panel-heading').text("Browse database: /"+browsepath);
|
||||||
$('#panel-heading-info').empty();
|
$('#panel-heading-info').empty();
|
||||||
$('#queue-buttons').css('display','none');
|
$('#queue-buttons').css('display','none');
|
||||||
var path_array = browsepath.split('/');
|
var path_array = browsepath.split('/');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user