namespace MediaBrowser.Model.Entities
{
/// <summary>
/// Enum IsoType
/// </summary>
public enum IsoType
/// The DVD
Dvd,
/// The blu ray
BluRay
}