Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/b9b8e04e873bb569b21139904abc2162531dd18b You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/1146/head
Louis Vézina 5 years ago
parent 6e7a02f9e1
commit b9b8e04e87

@ -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…
Cancel
Save