fix:(radarr): remove SDR condition from UHD Bluray Tier 1-3 (#1589)

pull/1590/head
TRaSH 8 months ago committed by GitHub
parent 3b043fa823
commit bcab2f79e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,15 +54,6 @@
"value": 5
}
},
{
"name": "Not SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR\\b"
}
},
{
"name": "Not WEBDL",
"implementation": "SourceSpecification",

@ -45,15 +45,6 @@
"value": 5
}
},
{
"name": "Not SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR\\b"
}
},
{
"name": "Not WEBDL",
"implementation": "SourceSpecification",

@ -54,15 +54,6 @@
"value": 5
}
},
{
"name": "Not SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR\\b"
}
},
{
"name": "Not WEBDL",
"implementation": "SourceSpecification",

Loading…
Cancel
Save