From f7482ab5a7fbc3cc90fd75aa10852c2005084503 Mon Sep 17 00:00:00 2001 From: jcorporation Date: Mon, 28 Jan 2019 22:59:48 +0100 Subject: [PATCH] Fix: search with disabled metadata --- htdocs/index.html | 2 +- htdocs/js/mympd.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/index.html b/htdocs/index.html index ab46ca8..98ab7a3 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -567,7 +567,7 @@ - +
diff --git a/htdocs/js/mympd.js b/htdocs/js/mympd.js index a84d97a..ed4b216 100644 --- a/htdocs/js/mympd.js +++ b/htdocs/js/mympd.js @@ -1275,8 +1275,8 @@ function parseSettings() { if (settings.featTags == false) { app.apps.Browse.active = 'Filesystem'; - app.apps.Search.state = '0/filename/'; - app.apps.Queue.state = '0/filename/'; + app.apps.Search.state = '0/filename/-/'; + app.apps.Queue.state = '0/filename/-/'; settings.colsQueueCurrent = ["Pos", "Title", "Duration"]; settings.colsQueueLastPlayed = ["Pos", "Title", "LastPlayed"]; settings.colsSearch = ["Title", "Duration"];