Add 404p Resolution Text

This commit is contained in:
SenorSmartyPants
2022-08-09 12:09:29 -05:00
parent 30f6263806
commit 3b6e003029
2 changed files with 4 additions and 2 deletions

View File

@@ -596,6 +596,8 @@ namespace MediaBrowser.Model.Entities
<= 640 when Height <= 360 => IsInterlaced ? "360i" : "360p",
// 682x384 (16:9 square pixel format)
<= 682 when Height <= 384 => IsInterlaced ? "384i" : "384p",
// 720x404 (16:9 square pixel format)
<= 720 when Height <= 404 => IsInterlaced ? "404i" : "404p",
// 854x480 (16:9 square pixel format)
<= 854 when Height <= 480 => IsInterlaced ? "480i" : "480p",
// 960x544 (16:9 square pixel format)