Skip to content

Commit

Permalink
Revert SD quality changes that break SDTV vs SD DVD differentiation.
Browse files Browse the repository at this point in the history
  • Loading branch information
midgetspy committed Apr 14, 2012
1 parent f5bae08 commit c0d9950
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sickbeard/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,6 @@ def pickBestResult(results, quality_list=None):
bestResult = cur_result
elif "internal" in bestResult.name.lower() and "internal" not in cur_result.name.lower():
bestResult = cur_result
elif "xvid" in bestResult.name.lower() and "x264" in cur_result.name.lower():
logger.log(u"Preferring " + cur_result.name + " (x264 over xvid)")
bestResult = cur_result

if bestResult:
logger.log(u"Picked "+bestResult.name+" as the best", logger.DEBUG)
Expand Down

0 comments on commit c0d9950

Please sign in to comment.