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"];