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

feat(starr): Add SobsPlease ()

add SobsPlease to sonarr and radarr
pull/1523/head^2
sdaqo 11 months ago committed by GitHub
parent ac0adfd0af
commit 25703ad12f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -59,6 +59,15 @@
"fields": {
"value": "\\[Kantai\\]|-Kantai\\b"
}
},
{
"name": "SobsPlease",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(SobsPlease)\\b"
}
}
]
}

@ -68,6 +68,15 @@
"fields": {
"value": "\\[Kantai\\]|-Kantai\\b"
}
},
{
"name": "SobsPlease",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(SobsPlease)\\b"
}
}
]
}

Loading…
Cancel
Save