diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-11 14:11:28 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-11 14:11:28 -0500 |
| commit | 1a2867ea5516989c993e0f01322142d532e6ebc4 (patch) | |
| tree | 0bc448630bad82ec372c5fe4629be52141b2dee0 /MediaBrowser.Model/Entities | |
| parent | d3d95f2f1c2be75c44d22dc46574a59183dad85f (diff) | |
support tagging 3d as mvc
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/Video3DFormat.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/Video3DFormat.cs b/MediaBrowser.Model/Entities/Video3DFormat.cs index 064b02eddb..722df42819 100644 --- a/MediaBrowser.Model/Entities/Video3DFormat.cs +++ b/MediaBrowser.Model/Entities/Video3DFormat.cs @@ -6,6 +6,7 @@ namespace MediaBrowser.Model.Entities HalfSideBySide, FullSideBySide, FullTopAndBottom, - HalfTopAndBottom + HalfTopAndBottom, + MVC } } |
