mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-26 06:54:03 +02:00
Update MediaStream.cs
This commit is contained in:
parent
d41cdb3b7a
commit
527029af92
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ namespace MediaBrowser.Model.Entities
|
|||
{
|
||||
if (i.IsInterlaced)
|
||||
{
|
||||
return "1080I";
|
||||
return "1080i";
|
||||
}
|
||||
return "1080p";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue