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

Fix: CF [MA] false positive

- Fix: CF `[MA]` false positive, seems in some cases Radarr picks up the path for the CF, and it triggered false on `DTS-HD MA`.
pull/672/head
TRaSH 3 years ago
parent eb1bad2bc3
commit af66a06145

@ -9,8 +9,8 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(ma)\\b(?=.*\\bweb[ ._-]?(dl|rip)\\b)"
"value": "(?<!dts[ .-]?hd[ .-]?)ma\\b(?=.*\\bweb[ ._-]?(dl|rip)\\b)"
}
}
]
}
}
Loading…
Cancel
Save