save 3d format in xml

This commit is contained in:
Luke Pulverenti
2013-06-26 10:59:54 -04:00
parent 07e230c2eb
commit 934584313e
2 changed files with 21 additions and 3 deletions

View File

@@ -4,11 +4,8 @@ namespace MediaBrowser.Model.Entities
public enum Video3DFormat
{
HalfSideBySide,
FullSideBySide,
FullTopAndBottom,
HalfTopAndBottom
}
}