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

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

@@ -205,7 +205,7 @@ namespace MediaBrowser.Model.Entities
                 {
                 {
                     if (i.IsInterlaced)
                     if (i.IsInterlaced)
                     {
                     {
-                        return "1080I";
+                        return "1080i";
                     }
                     }
                     return "1080p";
                     return "1080p";
                 }
                 }