aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-28 21:25:01 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-28 21:25:01 -0400
commit02588847363eb35ddc82af35e6d4a28ebb066380 (patch)
tree168cf8ec0bec49088b29d805bbf70426398d5a3b /MediaBrowser.Model
parentc8f895014dc5f333ec431c86bf0ea9d8d5b6cd51 (diff)
added box rear image type
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Entities/ImageType.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/ImageType.cs b/MediaBrowser.Model/Entities/ImageType.cs
index 8ad1090b83..18097abb44 100644
--- a/MediaBrowser.Model/Entities/ImageType.cs
+++ b/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
}
}