namespace MediaBrowser.Model.Entities
{
/// <summary>
/// Enum ImageType
/// </summary>
public enum ImageType
/// The primary
Primary,
/// The art
Art,
/// The backdrop
Backdrop,
/// The banner
Banner,
/// The logo
Logo,
/// The thumb
Thumb,
/// The disc
Disc,
/// The box
Box,
/// The screenshot
Screenshot,
/// The menu
Menu,
/// The chapter image
ChapterImage
}