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/63c5a1b5585fcd00d81a1f3805b3f4a0ce14c4e4 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Updated: Change to cleaner regex for `DTS-HD MA`

Changed the regex for recognizing `DTS-HD MA` to make it look a bit nicer.
pull/751/head
nuxen 3 years ago
parent fa6e92609d
commit 63c5a1b558

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

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

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

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

Loading…
Cancel
Save