mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-20 05:04:18 +01:00
change 3dformat xml tag to Video3DFormat
This commit is contained in:
@@ -586,7 +586,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
{
|
||||
switch (reader.Name)
|
||||
{
|
||||
case "3DFormat":
|
||||
case "Video3DFormat":
|
||||
{
|
||||
var video = item as Video;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user