From b9b8e04e873bb569b21139904abc2162531dd18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Thu, 8 Oct 2020 09:32:37 -0400 Subject: [PATCH] Fix for #1143 --- bazarr/get_episodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/get_episodes.py b/bazarr/get_episodes.py index e1befcdbc..2e355beab 100644 --- a/bazarr/get_episodes.py +++ b/bazarr/get_episodes.py @@ -193,7 +193,7 @@ def sync_episodes(): if data: episode_download_subtitles(data['sonarrEpisodeId']) else: - logging.debug("BAZARR skipping download for this movie as it is excluded.") + logging.debug("BAZARR skipping download for this episode as it is excluded.") else: logging.debug("BAZARR More than 5 episodes were added during this sync then we wont search for subtitles right now.")