mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-13 01:29:54 +00:00
Fix: search with disabled metadata
This commit is contained in:
parent
fe887084fc
commit
f7482ab5a7
@ -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">
|
||||
|
@ -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"];
|
||||
|
Loading…
Reference in New Issue
Block a user