mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 19:38:26 +01:00
removed VideoFormat
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum VideoFormat
|
||||
/// </summary>
|
||||
public enum VideoFormat
|
||||
{
|
||||
/// <summary>
|
||||
/// The standard
|
||||
/// </summary>
|
||||
Standard,
|
||||
/// <summary>
|
||||
/// The digital3 D
|
||||
/// </summary>
|
||||
Digital3D,
|
||||
/// <summary>
|
||||
/// The SBS3 D
|
||||
/// </summary>
|
||||
Sbs3D
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user