mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
use global image settings
This commit is contained in:
@@ -238,7 +238,6 @@ namespace MediaBrowser.Controller.Dto
|
||||
if (fields.Contains(ItemFields.MetadataSettings))
|
||||
{
|
||||
dto.LockedFields = item.LockedFields;
|
||||
dto.LockedImages = item.LockedImages;
|
||||
dto.EnableInternetProviders = !item.DontFetchMeta;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user