Browse Source

added box rear image type

Luke Pulverenti 12 years ago
parent
commit
0258884736
1 changed files with 5 additions and 1 deletions
  1. 5 1
      MediaBrowser.Model/Entities/ImageType.cs

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

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