Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/fde1e0e069bcf09cd1cc8176167cf5b95ac0bc32
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
102 additions and
711 deletions
@ -200,9 +200,7 @@ defaults = {
' titulky ' : {
' username ' : ' ' ,
' password ' : ' ' ,
' skip_wrong_fps ' : ' False ' ,
' approved_only ' : ' False ' ,
' multithreading ' : ' True '
' approved_only ' : ' False '
} ,
' embeddedsubtitles ' : {
' include_ass ' : ' True ' ,
@ -209,9 +209,7 @@ def get_providers_auth():
' titulky ' : {
' username ' : settings . titulky . username ,
' password ' : settings . titulky . password ,
' skip_wrong_fps ' : settings . titulky . getboolean ( ' skip_wrong_fps ' ) ,
' approved_only ' : settings . titulky . getboolean ( ' approved_only ' ) ,
' multithreading ' : settings . titulky . getboolean ( ' multithreading ' ) ,
} ,
' titlovi ' : {
' username ' : settings . titlovi . username ,
@ -275,14 +275,10 @@ export const ProviderList: Readonly<ProviderInfo[]> = [
defaultKey : {
username : "" ,
password : "" ,
skip_wrong_fps : false ,
approved_only : false ,
multithreading : true ,
} ,
keyNameOverride : {
skip_wrong_fps : "Skip mismatching FPS" ,
approved_only : "Skip unapproved subtitles" ,
multithreading : "Enable multithreading" ,
} ,
} ,
{ key : "tvsubtitles" , name : "TVSubtitles" } ,
File diff suppressed because it is too large
Load Diff