2
0
artiume 5 жил өмнө
parent
commit
d41cdb3b7a

+ 3 - 3
MediaBrowser.Model/Entities/MediaStream.cs

@@ -197,7 +197,7 @@ namespace MediaBrowser.Model.Entities
                 {
                 {
                     if (i.IsInterlaced)
                     if (i.IsInterlaced)
                     {
                     {
-                        return "1440I";
+                        return "1440i";
                     }
                     }
                     return "1440p";
                     return "1440p";
                 }
                 }
@@ -213,7 +213,7 @@ namespace MediaBrowser.Model.Entities
                 {
                 {
                     if (i.IsInterlaced)
                     if (i.IsInterlaced)
                     {
                     {
-                        return "720I";
+                        return "720i";
                     }
                     }
                     return "720p";
                     return "720p";
                 }
                 }
@@ -222,7 +222,7 @@ namespace MediaBrowser.Model.Entities
 
 
                     if (i.IsInterlaced)
                     if (i.IsInterlaced)
                     {
                     {
-                        return "480I";
+                        return "480i";
                     }
                     }
                     return "480p";
                     return "480p";
                 }
                 }