updated ImageMagickSharp

This commit is contained in:
Luke Pulverenti
2015-04-23 22:15:29 -04:00
parent 6f01652520
commit db66b73a4f
14 changed files with 56 additions and 59 deletions

View File

@@ -50,6 +50,12 @@ namespace MediaBrowser.Model.Configuration
/// <value>The cache path.</value>
public string CachePath { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [enable custom path sub folders].
/// </summary>
/// <value><c>true</c> if [enable custom path sub folders]; otherwise, <c>false</c>.</value>
public bool EnableCustomPathSubFolders { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="BaseApplicationConfiguration" /> class.
/// </summary>