restore GetImageSize method

This commit is contained in:
Luke Pulverenti
2017-10-22 17:38:03 -04:00
parent f6df19ddf4
commit ac09136a3d
12 changed files with 57 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ namespace MediaBrowser.Providers.MediaInfo
audio.Name = data.Name;
}
if (!audio.LockedFields.Contains(MetadataFields.Cast))
if (audio.SupportsPeople && !audio.LockedFields.Contains(MetadataFields.Cast))
{
var people = new List<PersonInfo>();