Update MediaStream.cs
This commit is contained in:
@@ -205,7 +205,7 @@ namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
if (i.IsInterlaced)
|
||||
{
|
||||
return "1080I";
|
||||
return "1080i";
|
||||
}
|
||||
return "1080p";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user