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

feat(Starr): Add BYNDR to WEB Tier 03 ()

Add BYNDR to WEB Tier 03 for Radarr and Sonarr
pull/2247/head
yammes08 2 months ago committed by GitHub
parent 33c4105cfb
commit 6df808d389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -26,6 +26,15 @@
"value": 8
}
},
{
"name": "BYNDR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BYNDR)$"
}
},
{
"name": "GNOMiSSiON",
"implementation": "ReleaseGroupSpecification",

@ -8,6 +8,15 @@
"name": "WEB Tier 03",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "BYNDR",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(BYNDR)$"
}
},
{
"name": "DRACULA",
"implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save