mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-24 08:30:49 +01:00
Pushing missing changes
This commit is contained in:
@@ -1,12 +1,45 @@
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public enum VideoType
|
||||
{
|
||||
VideoFile,
|
||||
Iso,
|
||||
Dvd,
|
||||
BluRay,
|
||||
HdDvd
|
||||
}
|
||||
}
|
||||
|
||||
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,
|
||||
/// <summary>
|
||||
/// The hd DVD
|
||||
/// </summary>
|
||||
HdDvd
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Enum IsoType
|
||||
/// </summary>
|
||||
public enum IsoType
|
||||
{
|
||||
/// <summary>
|
||||
/// The DVD
|
||||
/// </summary>
|
||||
Dvd,
|
||||
/// <summary>
|
||||
/// The blu ray
|
||||
/// </summary>
|
||||
BluRay
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user