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

@ -35,10 +35,8 @@ def list_subtitles(file):
def store_subtitles(file):
languages = []
actual_subtitles = []
print file
if os.path.exists(file):
print "exist"
if os.path.splitext(file)[1] == '.mkv':
if os.path.splitext(file)[1] == '.mkv':
try:
with open(file, 'rb') as f:
mkv = enzyme.MKV(f)

Loading…
Cancel
Save