From 807621a612a0734e91b8271278099f7d950d01de Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Fri, 29 Sep 2023 13:51:03 -0400 Subject: [PATCH] Fixed an additional issue with 85d300f94ef60ef60416786a80db2d89917b8266. #2243 --- bazarr/subtitles/processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/subtitles/processing.py b/bazarr/subtitles/processing.py index aa423285b..c5345966e 100644 --- a/bazarr/subtitles/processing.py +++ b/bazarr/subtitles/processing.py @@ -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):