Merge pull request #3196 from ferferga/images-advance

Remove "download images in advance" option
This commit is contained in:
Claus Vium
2020-11-10 10:54:23 +01:00
committed by GitHub
5 changed files with 57 additions and 35 deletions

View File

@@ -17,8 +17,6 @@ namespace MediaBrowser.Model.Configuration
public bool ExtractChapterImagesDuringLibraryScan { get; set; }
public bool DownloadImagesInAdvance { get; set; }
public MediaPathInfo[] PathInfos { get; set; }
public bool SaveLocalMetadata { get; set; }