From 226e8a0d8fd6ebf5707d749a9ba7ab23571533be Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Sun, 24 Jan 2021 23:10:00 -0500 Subject: [PATCH] Fix for #1244 --- bazarr/get_subtitle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/get_subtitle.py b/bazarr/get_subtitle.py index e9b502270..ae7368acb 100644 --- a/bazarr/get_subtitle.py +++ b/bazarr/get_subtitle.py @@ -72,7 +72,7 @@ def get_video(path, title, sceneName, providers=None, media_type="movie"): return video except Exception as e: - logging.exception("BAZARR Error trying to get video information for this file: " + path) + logging.exception("BAZARR Error trying to get video information for this file: " + original_path) def get_scores(video, media_type, min_score_movie_perc=60 * 100 / 120.0, min_score_series_perc=240 * 100 / 360.0,