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