mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-07 06:53:40 +00:00
Fix for #1143
This commit is contained in:
parent
6e7a02f9e1
commit
b9b8e04e87
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue