mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 15:28:28 +01:00
Pushing missing changes
This commit is contained in:
9
MediaBrowser.Model/Entities/VideoFormat.cs
Normal file
9
MediaBrowser.Model/Entities/VideoFormat.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public enum VideoFormat
|
||||
{
|
||||
Standard,
|
||||
Digital3D,
|
||||
Sbs3D
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user