1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-07 06:53:40 +00:00
This commit is contained in:
Louis Vézina 2020-10-08 09:32:37 -04:00
parent 6e7a02f9e1
commit b9b8e04e87

View file

@ -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.")