feat(sonarr): Add Single Episode and Multi-Episode CFs (#1873)
* feat(sonarr): Add Single Episode and Multi-Episode CFs * Add version notes * Apply suggestions from code review Co-authored-by: zakary <zak@ary.dev> * Lint --------- Co-authored-by: zakary <zak@ary.dev> Co-authored-by: nuxen <theonenuxen@proton.me>pull/1930/head
parent
d9b216846b
commit
155b561581
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"trash_id": "4a20cfb76b5f92a8ca22b894b32e71be",
|
||||||
|
"name": "Multi-Episode",
|
||||||
|
"includeCustomFormatWhenRenaming": false,
|
||||||
|
"specifications": [
|
||||||
|
{
|
||||||
|
"name": "Multi-Episode",
|
||||||
|
"implementation": "ReleaseTypeSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": false,
|
||||||
|
"fields": {
|
||||||
|
"value": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"trash_id": "e0c1a67f23908a55b6ae9834e8ed6727",
|
||||||
|
"name": "Single Episode",
|
||||||
|
"includeCustomFormatWhenRenaming": false,
|
||||||
|
"specifications": [
|
||||||
|
{
|
||||||
|
"name": "Single Episode",
|
||||||
|
"implementation": "ReleaseTypeSpecification",
|
||||||
|
"negate": false,
|
||||||
|
"required": false,
|
||||||
|
"fields": {
|
||||||
|
"value": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in new issue