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/488eb1ae8d5d643a2cf72017daab71f9b87691b7?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

FIXED: DTS-HD MA mismatch

- FIXED: DTS-HD MA mismatch. Issue: 
pull/704/head
TRaSH 3 years ago
parent 33f56ded7e
commit 488eb1ae8d

@ -10,7 +10,7 @@
"negate": false, "negate": false,
"required": true, "required": true,
"fields": { "fields": {
"value": "dts[ .-]?(ma\\b|hd[ .-]?ma|hd)(?!china|r)" "value": "dts[ .-]?(ma\b|hd[ .-]?ma\b|hd)(?!china|r|maniacs)"
} }
}, },
{ {

@ -18,7 +18,7 @@
"negate": true, "negate": true,
"required": true, "required": true,
"fields": { "fields": {
"value": "dts[ .-]?(ma\\b|hd[ .-]?ma|hd)(?!china|r)" "value": "dts[ .-]?(ma\b|hd[ .-]?ma\b|hd)(?!china|r|maniacs)"
} }
}, },
{ {

Loading…
Cancel
Save