diff options
| author | ferferga <ferferga.fer@gmail.com> | 2020-05-27 19:13:41 +0200 |
|---|---|---|
| committer | ferferga <ferferga.fer@gmail.com> | 2020-05-27 19:13:41 +0200 |
| commit | ba03ed65fe64b724b3e8b5b94b9cbe1075c61da2 (patch) | |
| tree | c6e12c4f64d4df159f5eb520c6f44d00360f63dd /MediaBrowser.Model/Configuration/LibraryOptions.cs | |
| parent | ecadde1e184b67f95767471baa1a2d25962e1a31 (diff) | |
Remove "download images in advance" option
Diffstat (limited to 'MediaBrowser.Model/Configuration/LibraryOptions.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/LibraryOptions.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Configuration/LibraryOptions.cs b/MediaBrowser.Model/Configuration/LibraryOptions.cs index 4342ccd8a..01d666562 100644 --- a/MediaBrowser.Model/Configuration/LibraryOptions.cs +++ b/MediaBrowser.Model/Configuration/LibraryOptions.cs @@ -12,7 +12,6 @@ namespace MediaBrowser.Model.Configuration public bool EnableRealtimeMonitor { get; set; } public bool EnableChapterImageExtraction { get; set; } public bool ExtractChapterImagesDuringLibraryScan { get; set; } - public bool DownloadImagesInAdvance { get; set; } public MediaPathInfo[] PathInfos { get; set; } public bool SaveLocalMetadata { get; set; } |
