Skip to content

Commit

Permalink
Fix: do not set tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Sep 17, 2024
1 parent 3e25147 commit cc24760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/js/browse.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function gotoAlbumList(tag, value) {
expression += '(' + tag + ' == \'' + escapeMPD(value[i]) + '\')';
}
expression += ')';
appGoto('Browse', 'Database', 'AlbumList', 0, undefined, tag, {'tag': settings.webuiSettings.browseDatabaseAlbumListSort, 'desc': false}, 'Album', expression);
appGoto('Browse', 'Database', 'AlbumList', 0, undefined, 'any', {'tag': settings.webuiSettings.browseDatabaseAlbumListSort, 'desc': false}, 'Album', expression);
}

/**
Expand Down

0 comments on commit cc24760

Please sign in to comment.