Fix: search with disabled metadata

This commit is contained in:
jcorporation 2019-01-28 22:59:48 +01:00
parent fe887084fc
commit f7482ab5a7
2 changed files with 3 additions and 3 deletions

View File

@ -567,7 +567,7 @@
</div>
</div>
</div>
<ol class="FeatAdvsearch breadcrumb" id="searchCrumb"></ol>
<ol class="featAdvsearch breadcrumb" id="searchCrumb"></ol>
<div class="table-responsive-md">
<table id="SearchList" class="table table-hover table-sm">

View File

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