mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
rawhd update
This commit is contained in:
parent
fa11b4ef3a
commit
76e8c73c4b
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class Quality:
|
|||
elif checkName(["720p", "hdtv", "x264"], all) or checkName(["hr.ws.pdtv.x264"], any) and not checkName(
|
||||
["(1080)[pi]"], all):
|
||||
return Quality.HDTV
|
||||
elif checkName(["720p|1080i", "hdtv", "mpeg-?2"], all) or checkName(["1080i.hdtv", "h.?264"], all):
|
||||
elif checkName(["720p|1080i", "hdtv", "mpeg-?2"], all) or checkName(["1080[pi].hdtv", "h.?264"], all):
|
||||
return Quality.RAWHDTV
|
||||
elif checkName(["1080p", "hdtv", "x264"], all):
|
||||
return Quality.FULLHDTV
|
||||
|
|
Loading…
Reference in a new issue