1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-23 09:57:42 +00:00

Set database as default browse view

This commit is contained in:
jcorporation
2018-06-07 23:35:41 +01:00
parent 4805ae4f1f
commit a8109d6526
3 changed files with 7 additions and 7 deletions

View File

@@ -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');