feat(radarr): add OFT to LQ (#1344)

pull/1342/head
bakerboy448 2 years ago committed by GitHub
commit e1b372aa51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -445,6 +445,15 @@
"value": "^(nSD)$" "value": "^(nSD)$"
} }
}, },
{
"name": "OFT",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(OFT)$"
}
},
{ {
"name": "Pahe", "name": "Pahe",
"implementation": "ReleaseGroupSpecification", "implementation": "ReleaseGroupSpecification",

Loading…
Cancel
Save