mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-23 06:21:05 +00:00
Fixed an additional issue with 85d300f94e
. #2243
This commit is contained in:
parent
166d0ccc95
commit
807621a612
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ def process_subtitle(subtitle, media_type, audio_language, path, max_score, is_u
|
|||
reversed_subtitles_path=reversed_subtitles_path,
|
||||
hearing_impaired=subtitle.language.hi,
|
||||
matched=list(subtitle.matches or []),
|
||||
not_matched=_get_not_matched(subtitle, media_type))
|
||||
not_matched=_get_not_matched(subtitle, media_type)) or [],
|
||||
|
||||
|
||||
def _get_not_matched(subtitle, media_type):
|
||||
|
|
Loading…
Reference in a new issue