mirror of
https://github.com/SuperBFG7/ympd
synced 2025-10-29 21:03:00 +00:00
Browse: rename root to Library
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user