subliminal_patch: hearing impaired fix

This commit is contained in:
German Gutierrez 2020-02-15 12:09:14 +01:00
parent e3ee77d6ea
commit 258dc3a776
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def compute_score(matches, subtitle, video, hearing_impaired=None):
matches |= {'title', 'year'}
# handle hearing impaired
if hearing_impaired is not None and subtitle.hearing_impaired == hearing_impaired:
if hearing_impaired is not None and subtitle.hearing_impaired == hearing_impaired and subtitle.hearing_impaired:
logger.debug('Matched hearing_impaired')
matches.add('hearing_impaired')