Explorar o código

added box rear image type

Luke Pulverenti %!s(int64=12) %!d(string=hai) anos
pai
achega
0258884736
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  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
     }
 }