mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-30 19:02:34 +00:00
Revert "subliminal_patch: hearing impaired fix"
This reverts commit 258dc3a7
This commit is contained in:
parent
fcfb678c22
commit
9455847a0e
1 changed files with 1 additions and 1 deletions
|
@ -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 and subtitle.hearing_impaired:
|
||||
if hearing_impaired is not None and subtitle.hearing_impaired == hearing_impaired:
|
||||
logger.debug('Matched hearing_impaired')
|
||||
matches.add('hearing_impaired')
|
||||
|
||||
|
|
Loading…
Reference in a new issue