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

@@ -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; }