فهرست منبع

made EnableImageEnhancers nullable

Luke Pulverenti 12 سال پیش
والد
کامیت
9d1180cdc9
1فایلهای تغییر یافته به همراه1 افزوده شده و 6 حذف شده
  1. 1 6
      MediaBrowser.Model/DTO/ImageOptions.cs

+ 1 - 6
MediaBrowser.Model/DTO/ImageOptions.cs

@@ -68,11 +68,6 @@ namespace MediaBrowser.Model.Dto
         /// Gets or sets a value indicating whether [enable image enhancers].
         /// Gets or sets a value indicating whether [enable image enhancers].
         /// </summary>
         /// </summary>
         /// <value><c>true</c> if [enable image enhancers]; otherwise, <c>false</c>.</value>
         /// <value><c>true</c> if [enable image enhancers]; otherwise, <c>false</c>.</value>
-        public bool EnableImageEnhancers { get; set; }
-
-        public ImageOptions()
-        {
-            EnableImageEnhancers = true;
-        }
+        public bool? EnableImageEnhancers { get; set; }
     }
     }
 }
 }