This commit is contained in:
Cody Robibero 2024-02-28 17:34:06 -07:00
parent 806e8795ff
commit ac33d1593a
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ namespace MediaBrowser.Providers.MediaInfo
}
_libraryManager.UpdatePeople(audio, people);
if (options.ReplaceAllMetadata && performers.Length != 0)
{
audio.Artists = performers;