1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-27 03:47:40 +00:00

Fix: no sort and group tags in advanced search, if tags are disabled

This commit is contained in:
jcorporation
2018-12-03 22:03:03 +00:00
parent 53d959a144
commit f9c5decfa5
2 changed files with 3 additions and 3 deletions

View File

@@ -319,7 +319,7 @@ function appRoute() {
if (settings.tags.includes('Title'))
sort = 'Title';
else
sort = 'Filename';
sort = '';
document.getElementById('SearchList').setAttribute('data-sort', sort);
}
else {