diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2020-11-10 10:54:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-10 10:54:23 +0100 |
| commit | cdf979efef94dc29f4ef0b4ad3f918b4983560e5 (patch) | |
| tree | 350da361ba750917369b75b9381686f63179a106 /MediaBrowser.Model/Configuration/LibraryOptions.cs | |
| parent | d3eab357e33c0ef7e95385aaa8b9f219c1c0b991 (diff) | |
| parent | 27a1337cf3bea291a5f0be5fca9d8ee3470df525 (diff) | |
Merge pull request #3196 from ferferga/images-advance
Remove "download images in advance" option
Diffstat (limited to 'MediaBrowser.Model/Configuration/LibraryOptions.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/LibraryOptions.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Configuration/LibraryOptions.cs b/MediaBrowser.Model/Configuration/LibraryOptions.cs index 54ef49ea6..77ac11d69 100644 --- a/MediaBrowser.Model/Configuration/LibraryOptions.cs +++ b/MediaBrowser.Model/Configuration/LibraryOptions.cs @@ -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; } |
