mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-31 05:43:01 +00:00 
			
		
		
		
	Browse: rename root to Library
This commit is contained in:
		| @@ -67,7 +67,9 @@ var app = $.sammy(function () { | |||||||
|         $('#breadcrump') |         $('#breadcrump') | ||||||
|             .removeClass('hide') |             .removeClass('hide') | ||||||
|             .empty() |             .empty() | ||||||
|             .append('<li><a uri="" onclick="set_filter(\'\')">root</a></li>'); |             .append( | ||||||
|  |                 '<li><a uri="" onclick="set_filter(\'\')">Library</a></li>' | ||||||
|  |             ); | ||||||
|         add_filter(); |         add_filter(); | ||||||
|         $('#salamisandwich').removeClass('hide').find('tr:gt(0)').remove(); |         $('#salamisandwich').removeClass('hide').find('tr:gt(0)').remove(); | ||||||
|         socket.send( |         socket.send( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 SuperBFG7
					SuperBFG7