Browse Source

added box rear image type

Luke Pulverenti 12 năm trước cách đây
mục cha
commit
0258884736
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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
     }
 }