Explorar el Código

Update MediaStream.cs

artiume hace 5 años
padre
commit
527029af92
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MediaBrowser.Model/Entities/MediaStream.cs

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

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