mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Add GPL modules
This commit is contained in:
26
MediaBrowser.Model/Entities/VideoType.cs
Normal file
26
MediaBrowser.Model/Entities/VideoType.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum VideoType
|
||||
/// </summary>
|
||||
public enum VideoType
|
||||
{
|
||||
/// <summary>
|
||||
/// The video file
|
||||
/// </summary>
|
||||
VideoFile,
|
||||
/// <summary>
|
||||
/// The iso
|
||||
/// </summary>
|
||||
Iso,
|
||||
/// <summary>
|
||||
/// The DVD
|
||||
/// </summary>
|
||||
Dvd,
|
||||
/// <summary>
|
||||
/// The blu ray
|
||||
/// </summary>
|
||||
BluRay
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user