Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/44ec18f8096a9a816a804a24353b17f7942a09a9 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/26/head
Louis Vézina 7 years ago
parent 783cc067fd
commit 44ec18f809

@ -38,7 +38,7 @@ def list_subtitles(file):
def store_subtitles(file):
languages = []
actual_subtitles = []
if os.path.exists(file):
if os.path.exists(unicode(file)):
if os.path.splitext(file)[1] == '.mkv':
try:
with open(file, 'rb') as f:

Loading…
Cancel
Save