Procházet zdrojové kódy

added box rear image type

Luke Pulverenti před 12 roky
rodič
revize
0258884736
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  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
     }
 }