Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/499fdd082501e862127d7e76429eef035d5d6e6c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
2 deletions
@ -1,6 +1,7 @@
{
"trash_id" : "8e109e50e0a0b83a5098b056e13bf6db" ,
"trash_score" : "2000" ,
"trash_regex" : "https://regex101.com/r/jdUH4x/2" ,
"name" : "DTS-HD HRA" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [ {
@ -9,7 +10,7 @@
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "dts[-. ]?(hd[. ]?)?(hr |hi)"
"value" : "dts[-. ]?(hd[. ]?)?(hr a? |hi\\b )"
}
} ,
{
@ -1,6 +1,7 @@
{
"trash_id" : "cfa5fbd8f02a86fc55d8d223d06a5e1f" ,
"trash_score" : "2000" ,
"trash_regex" : "https://regex101.com/r/jdUH4x/2" ,
"name" : "DTS-HD HRA" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [ {
@ -9,7 +10,7 @@
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "dts[-. ]?(hd[. ]?)?(hr |hi)"
"value" : "dts[-. ]?(hd[. ]?)?(hr a? |hi\\b )"
}
} ,
{