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

Continuing development.

pull/479/head
Louis Vézina 6 years ago
parent 75bf5a3653
commit dd5a05f9fb

@ -124,6 +124,7 @@ def download_subtitle(path, language, hi, forced, providers, providers_auth, sce
providers_auth['opensubtitles']['only_foreign'] = False
for l in language:
l = l.split(':')[0]
if l == 'pob':
lang_obj = Language('por', 'BR')
if forced == "True":

Loading…
Cancel
Save