jellyfin/MediaBrowser.Model/Entities/VideoType.cs
ebr11 Eric Reed spam 68de4a6568 Add HDDVD recognition
2012-09-18 16:20:27 -04:00

13 lines
171 B
C#

namespace MediaBrowser.Model.Entities
{
public enum VideoType
{
VideoFile,
Iso,
Dvd,
BluRay,
HdDvd
}
}