mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-30 21:33:00 +00:00 
			
		
		
		
	Set database as default browse view
This commit is contained in:
		| @@ -188,8 +188,8 @@ main { | ||||
| } | ||||
|  | ||||
| .col-md { | ||||
|  min-width:250px; | ||||
|  max-width:350px; | ||||
|  min-width:260px; | ||||
|  max-width:260px; | ||||
| } | ||||
|  | ||||
| .card-img-top { | ||||
|   | ||||
| @@ -203,13 +203,13 @@ | ||||
|       <div class="card-header" id="panel-heading-browse"> | ||||
|         <ul class="nav nav-tabs card-header-tabs"> | ||||
|           <li class="nav-item"> | ||||
|             <a class="nav-link text-dark" href="#" id="cardBrowseNavFilesystem">Filesystem</a> | ||||
|           </li> | ||||
|             <a class="nav-link text-dark" href="#" id="cardBrowseNavDatabase">Database</a> | ||||
|           </li>         | ||||
|           <li class="nav-item"> | ||||
|             <a class="nav-link text-dark" href="#" id="cardBrowseNavPlaylists">Playlists</a> | ||||
|           </li> | ||||
|           <li class="nav-item"> | ||||
|             <a class="nav-link text-dark" href="#" id="cardBrowseNavDatabase">Database</a> | ||||
|             <a class="nav-link text-dark" href="#" id="cardBrowseNavFilesystem">Filesystem</a> | ||||
|           </li> | ||||
|         </ul> | ||||
|       </div> | ||||
|   | ||||
| @@ -42,7 +42,7 @@ var app = {}; | ||||
|  | ||||
| app.apps = {"playback": { "state": "" }, | ||||
|             "queue": { "state": "0/Any Tag/" }, | ||||
|             "browse": { "active": "browseFilesystem",  | ||||
|             "browse": { "active": "browseDatabase",  | ||||
|                 "tabs": { "Filesystem": {"state": "0/!/"}, | ||||
|                           "Playlists": {"state": "0/!/" }, | ||||
|                           "Database": { "active":"Artist", | ||||
| @@ -643,7 +643,7 @@ function webSocketConnect() { | ||||
|                         appendClickableIcon($('#'+app.currentApp+app.currentTab+'List > tbody > tr.dir > td:last-child'), 'MPD_API_ADD_TRACK', 'playlist_add'); | ||||
|                         appendClickableIcon($('#'+app.currentApp+app.currentTab+'List > tbody > tr.song > td:last-child'), 'MPD_API_ADD_TRACK', 'playlist_add'); | ||||
|                     } else { | ||||
|                         $('#'+app.currentApp+'List > tbody > tr').on({ | ||||
|                         $('#'+app.currentApp+app.currentTab+'List > tbody > tr').on({ | ||||
|                             mouseenter: function() { | ||||
|                                 if($(this).is(".dir"))  | ||||
|                                     appendClickableIcon($(this).children().last(), 'MPD_API_ADD_TRACK', 'playlist_add'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jcorporation
					jcorporation