aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/VideoType.cs
blob: b30b146904bf4203b0a6aa2b349c00f2c3fd0718 (plain)
1
2
3
4
5
6
7
8
9
10
11
namespace MediaBrowser.Model.Entities
{
    public enum VideoType
    {
        VideoFile,
        Iso,
        Dvd,
        BluRay
    }
}