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

chore(sonarr): add 720p CF ()

Creating a 720p custom format for Sonarr.

This is following the 2160p and 1080p formats already available for Sonarr, plus the 2160p, 1080p and 720p formats for Radarr, to complete the set.

Hash created via https://md5.gromweb.com/?string=Sonarr+720p
pull/1943/head
David Christ 11 months ago committed by GitHub
parent 92c16e819d
commit 0c4a869ddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,19 @@
{
"trash_id": "c99279ee27a154c2f20d1d505cc99e25",
"trash_scores": {
"default": 5
},
"name": "720p",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "720p",
"implementation": "ResolutionSpecification",
"negate": false,
"required": true,
"fields": {
"value": 720
}
}
]
}
Loading…
Cancel
Save