Use original name for MusicAritist matching (#15689)

This commit is contained in:
gnattu
2025-12-06 10:30:02 +08:00
committed by GitHub
parent 636908fc4d
commit 4c5a3fbff3
3 changed files with 12 additions and 2 deletions

View File

@@ -1058,6 +1058,7 @@ namespace Emby.Server.Implementations.Library
{
IncludeItemTypes = [BaseItemKind.MusicArtist],
Name = name,
UseRawName = true,
DtoOptions = options
}).Cast<MusicArtist>()
.OrderBy(i => i.IsAccessedByName ? 1 : 0)