mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
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:
parent
50870d3e61
commit
04603a1ea2
4 changed files with 161 additions and 5 deletions
5
persistence/export_test.go
Normal file
5
persistence/export_test.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package persistence
|
||||
|
||||
// Definitions for testing private methods
|
||||
|
||||
var GetIndexKey = (*artistRepository).getIndexKey
|
Loading…
Add table
Add a link
Reference in a new issue