mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 06:48:35 +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