add image download setting

This commit is contained in:
Luke Pulverenti
2016-02-25 23:09:42 -05:00
parent 1661c21152
commit 2c3113ced7
4 changed files with 50 additions and 6 deletions

View File

@@ -204,6 +204,8 @@ namespace MediaBrowser.Model.Configuration
public int MigrationVersion { get; set; }
public bool DownloadImagesInAdvance { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
/// </summary>