mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-03 04:42:52 +01:00
restore GetImageSize method
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user