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
David Christ 3 weeks ago committed by GitHub
parent 44d3f87d44
commit 4c6c68d06f
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