pull/11081/head
Cody Robibero 12 months ago
parent 806e8795ff
commit ac33d1593a

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

Loading…
Cancel
Save