mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 11:13:32 +01:00
Add GPL modules
This commit is contained in:
12
MediaBrowser.Model/Entities/Video3DFormat.cs
Normal file
12
MediaBrowser.Model/Entities/Video3DFormat.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public enum Video3DFormat
|
||||
{
|
||||
HalfSideBySide,
|
||||
FullSideBySide,
|
||||
FullTopAndBottom,
|
||||
HalfTopAndBottom,
|
||||
MVC
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user