jellyfin/MediaBrowser.Model/Entities/VideoType.cs
LukePulverenti Luke Pulverenti luke pulverenti 6c9ecb6d2e Moved a few classes into their own files
2012-09-10 21:37:40 -04:00

12 lines
155 B
C#

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