Backport pull request #15689 from jellyfin/release-10.11.z

Use original name for MusicAritist matching

Original-merge: 4c5a3fbff3

Merged-by: crobibero <cody@robibe.ro>

Backported-by: Bond_009 <bond.009@outlook.com>
This commit is contained in:
gnattu
2025-12-28 07:22:17 -05:00
committed by Bond_009
parent 5d50ff5f81
commit 5557004375
3 changed files with 12 additions and 2 deletions

View File

@@ -125,6 +125,8 @@ namespace MediaBrowser.Controller.Entities
public string? Name { get; set; }
public bool? UseRawName { get; set; }
public string? Person { get; set; }
public Guid[] PersonIds { get; set; }