mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-21 12:44:49 +00:00
Browse: rename root to Library
This commit is contained in:
parent
28844275e6
commit
8669750a4b
@ -67,7 +67,9 @@ var app = $.sammy(function () {
|
||||
$('#breadcrump')
|
||||
.removeClass('hide')
|
||||
.empty()
|
||||
.append('<li><a uri="" onclick="set_filter(\'\')">root</a></li>');
|
||||
.append(
|
||||
'<li><a uri="" onclick="set_filter(\'\')">Library</a></li>'
|
||||
);
|
||||
add_filter();
|
||||
$('#salamisandwich').removeClass('hide').find('tr:gt(0)').remove();
|
||||
socket.send(
|
||||
|
Loading…
Reference in New Issue
Block a user