mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-30 13:23:00 +00:00 
			
		
		
		
	don't show queue length when browsing
This commit is contained in:
		| @@ -92,7 +92,8 @@ var app = $.sammy(function () { | |||||||
|             }); |             }); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         $('#panel-heading').text('Browse database: ' + browsepath); |         $('#panel-heading').text('Browse database'); | ||||||
|  |         $('#panel-heading-info').empty(); | ||||||
|         var path_array = browsepath.split('/'); |         var path_array = browsepath.split('/'); | ||||||
|         var full_path = ''; |         var full_path = ''; | ||||||
|         $.each(path_array, function (index, chunk) { |         $.each(path_array, function (index, chunk) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 SuperBFG7
					SuperBFG7