Discussion #485: use SortName when sorting artist's albums by name

This commit is contained in:
Drew Weymouth
2026-01-25 09:00:28 -08:00
parent e6127ccc11
commit d681d87b31
5 changed files with 12 additions and 4 deletions
+1
View File
@@ -67,6 +67,7 @@ type Album struct {
ID string
CoverArtID string
Name string
SortName string
Duration time.Duration
ArtistIDs []string
ArtistNames []string