mirror of
https://github.com/SuperBFG7/ympd
synced 2025-01-28 01:44:55 +00:00
Formating
This commit is contained in:
parent
19fe8b61bf
commit
c0a994d8c4
@ -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": "" };
|
||||||
|
Loading…
Reference in New Issue
Block a user