فهرست منبع

added box rear image type

Luke Pulverenti 12 سال پیش
والد
کامیت
0258884736
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      MediaBrowser.Model/Entities/ImageType.cs

+ 5 - 1
MediaBrowser.Model/Entities/ImageType.cs

@@ -49,6 +49,10 @@ namespace MediaBrowser.Model.Entities
         /// <summary>
         /// The chapter image
         /// </summary>
-        Chapter
+        Chapter,
+        /// <summary>
+        /// The box rear
+        /// </summary>
+        BoxRear
     }
 }