Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/d1a94638e170259d80e12722db3de887c2eb8fb6 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Partial fix for (only Shameless (US))

pull/890/head
Louis Vézina 5 years ago
parent bb59b9019f
commit d1a94638e1

@ -878,7 +878,7 @@ def refine_from_db(path, video):
"WHERE table_episodes.path = ?", (path_replace_reverse(path),), only_one=True)
if data:
video.series, year, country = series_re.match(data['seriesTitle']).groups()
video.series = data['seriesTitle']
video.season = int(data['season'])
video.episode = int(data['episode'])
video.title = data['episodeTitle']

Loading…
Cancel
Save