mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
consolidate fields
This commit is contained in:
@@ -349,7 +349,9 @@ namespace MediaBrowser.Model.Configuration
|
||||
Limit = 1,
|
||||
Type = ImageType.Logo
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
DisabledImageFetchers = new [] {"FanArt"}
|
||||
},
|
||||
|
||||
new MetadataOptions(1, 1280)
|
||||
@@ -539,7 +541,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
Type = ImageType.Thumb
|
||||
}
|
||||
},
|
||||
DisabledMetadataFetchers = new []{ "TheMovieDb" }
|
||||
DisabledMetadataFetchers = new []{ "TheMovieDb" },
|
||||
DisabledImageFetchers = new [] { "FanArt" }
|
||||
},
|
||||
|
||||
new MetadataOptions(0, 1280)
|
||||
|
||||
Reference in New Issue
Block a user