aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-26 10:59:54 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-26 10:59:54 -0400
commit934584313eb1ce97ba26eba343dc1b3cd53f36dc (patch)
treee0ebdfef77d0b5b1ab05e4746a3c74b2852b112c /MediaBrowser.Model/Entities
parent07e230c2eb9524c7c5e8a7fe0a021df3801d40b0 (diff)
save 3d format in xml
Diffstat (limited to 'MediaBrowser.Model/Entities')
-rw-r--r--MediaBrowser.Model/Entities/Video3DFormat.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Entities/Video3DFormat.cs b/MediaBrowser.Model/Entities/Video3DFormat.cs
index 04475cf95a..064b02eddb 100644
--- a/MediaBrowser.Model/Entities/Video3DFormat.cs
+++ b/MediaBrowser.Model/Entities/Video3DFormat.cs
@@ -4,11 +4,8 @@ namespace MediaBrowser.Model.Entities
public enum Video3DFormat
{
HalfSideBySide,
-
FullSideBySide,
-
FullTopAndBottom,
-
HalfTopAndBottom
}
}