mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-31 13:53:00 +00:00 
			
		
		
		
	Formating
This commit is contained in:
		| @@ -35,19 +35,21 @@ var coverImageFile = ''; | |||||||
|  |  | ||||||
| var app = {}; | var app = {}; | ||||||
|  |  | ||||||
| app.apps = {"Playback": { "state": "0/-/" }, | app.apps = { "Playback": { "state": "0/-/" }, | ||||||
|             "Queue": { "state": "0/Any Tag/" }, |              "Queue": 	 { "state": "0/Any Tag/" }, | ||||||
|             "Browse": { "active": "Database",  |              "Browse":   {  | ||||||
|                 "tabs": { "Filesystem": {"state": "0/-/"}, |                   "active": "Database",  | ||||||
|                           "Playlists": {"state": "0/-/" }, |                   "tabs":  { "Filesystem": { "state": "0/-/" }, | ||||||
|                           "Database": { "active":"Artist", |                              "Playlists":  { "state": "0/-/" }, | ||||||
|                               "views": {"Artist": {"state": "0/-/" }, |                              "Database":   {  | ||||||
|                                         "Album": {"state": "0/-/" } |                                     "active": "Artist", | ||||||
|                                        } |                                     "views":   { "Artist": { "state": "0/-/" }, | ||||||
|                           } |                                                  "Album":  { "state": "0/-/" } | ||||||
|                         } |                                                } | ||||||
|                       }, |                                            } | ||||||
|             "Search": { "state": "0/Any Tag/" } |                            } | ||||||
|  |                          }, | ||||||
|  |              "Search": 	 { "state": "0/Any Tag/" } | ||||||
|            }; |            }; | ||||||
|             |             | ||||||
| app.current = { "app": "Playback", "tab": undefined, "view": undefined, "page": 0, "filter": "", "search": "" }; | app.current = { "app": "Playback", "tab": undefined, "view": undefined, "page": 0, "filter": "", "search": "" }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jcorporation
					jcorporation