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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user