mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 05:18:27 +01:00
update live tv data transfer
This commit is contained in:
@@ -29,7 +29,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public MetadataOptions(int backdropLimit, int minBackdropWidth)
|
||||
{
|
||||
List<ImageOption> imageOptions = new List<ImageOption>
|
||||
ImageOptions = new[]
|
||||
{
|
||||
new ImageOption
|
||||
{
|
||||
@@ -39,7 +39,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
}
|
||||
};
|
||||
|
||||
ImageOptions = imageOptions.ToArray();
|
||||
DisabledMetadataSavers = new string[] { };
|
||||
LocalMetadataReaderOrder = new string[] { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user