change 3dformat xml tag to Video3DFormat

This commit is contained in:
Luke Pulverenti
2013-07-07 11:54:52 -04:00
parent d62e63acb8
commit a1599ccd6c
3 changed files with 7 additions and 6 deletions

View File

@@ -586,7 +586,7 @@ namespace MediaBrowser.Controller.Providers
{
switch (reader.Name)
{
case "3DFormat":
case "Video3DFormat":
{
var video = item as Video;