1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-25 22:23:16 +00:00

Formating

This commit is contained in:
jcorporation 2018-06-10 23:21:48 +02:00
parent 19fe8b61bf
commit c0a994d8c4

View File

@ -35,19 +35,21 @@ var coverImageFile = '';
var app = {};
app.apps = {"Playback": { "state": "0/-/" },
"Queue": { "state": "0/Any Tag/" },
"Browse": { "active": "Database",
"tabs": { "Filesystem": {"state": "0/-/"},
"Playlists": {"state": "0/-/" },
"Database": { "active":"Artist",
"views": {"Artist": {"state": "0/-/" },
"Album": {"state": "0/-/" }
}
}
}
},
"Search": { "state": "0/Any Tag/" }
app.apps = { "Playback": { "state": "0/-/" },
"Queue": { "state": "0/Any Tag/" },
"Browse": {
"active": "Database",
"tabs": { "Filesystem": { "state": "0/-/" },
"Playlists": { "state": "0/-/" },
"Database": {
"active": "Artist",
"views": { "Artist": { "state": "0/-/" },
"Album": { "state": "0/-/" }
}
}
}
},
"Search": { "state": "0/Any Tag/" }
};
app.current = { "app": "Playback", "tab": undefined, "view": undefined, "page": 0, "filter": "", "search": "" };