fix(radarr): 3D CF should match BD3D (#1707)

pull/1715/head
Plancke 5 months ago committed by GitHub
parent afab434cb6
commit f94d9b285b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,7 @@
"trash_scores": {
"default": -10000
},
"trash_regex": "https://regex101.com/r/hpjKw9/1",
"name": "3D",
"includeCustomFormatWhenRenaming": false,
"specifications": [
@ -23,6 +24,15 @@
"fields": {
"value": "\\b(BluRay3D)\\b"
}
},
{
"name": "BD3D",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(BD3D)\\b"
}
}
]
}

Loading…
Cancel
Save