Browse Source

rawhd update

tags/release_0.1.0
echel0n 11 years ago
parent
commit
76e8c73c4b
  1. 2
      sickbeard/common.py

2
sickbeard/common.py

@ -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…
Cancel
Save