fix(subsonic): honour PreferSortTag when building indexes for getArtist and getIndexes (#3286)

* fix(scanner): use sort_artist_name when the config PreferSortTags is true - #3285

* revert unwanted modifications

* refactor(server): use cmp.Or to simplify nested ifs

---------

Co-authored-by: Deluan <deluan@navidrome.org>
This commit is contained in:
naiar 2024-09-20 02:44:29 +09:00 committed by GitHub
parent 50870d3e61
commit 04603a1ea2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 161 additions and 5 deletions

View file

@ -0,0 +1,5 @@
package persistence
// Definitions for testing private methods
var GetIndexKey = (*artistRepository).getIndexKey