added box rear image type

This commit is contained in:
Luke Pulverenti 2013-04-28 21:25:01 -04:00
parent c8f895014d
commit 0258884736
1 changed files with 5 additions and 1 deletions

View File

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