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

Add HBO rlsgrp exclusion

pull/1140/head
yammes08 2 years ago committed by GitHub
parent bea8631899
commit ec09a3ea9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,6 +30,15 @@
"fields": {
"value": 4
}
},
{
"name": "HBO",
"implementation": "ReleaseGroupSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(HBO)\\b"
}
}
]
}

Loading…
Cancel
Save