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

Merge remote-tracking branch 'origin/development' into development

pull/1707/head
morpheus65535 3 years ago
commit 54b8080a25

@ -206,7 +206,7 @@ class ChineseTraditional(CustomLanguage):
class LatinAmericanSpanish(CustomLanguage):
alpha2 = "ea" # Only one available I can think of
alpha3 = "spl"
language = "es-LA"
language = "es-MX"
official_alpha2 = "es"
official_alpha3 = "spa"
name = "Latin American Spanish"

@ -51,11 +51,11 @@
"@types/react-router-dom": "^5",
"@types/react-table": "^7",
"http-proxy-middleware": "^2",
"sass": "^1",
"husky": "^7",
"prettier": "^2",
"prettier-plugin-organize-imports": "^2",
"pretty-quick": "^3.1",
"sass": "^1",
"typescript": "^4"
},
"scripts": {

Loading…
Cancel
Save