Update bundles

This commit is contained in:
GitHub Action
2025-03-07 17:52:29 +00:00
parent 281fcfe0c5
commit 34f454b82f
5 changed files with 22 additions and 22 deletions

View File

@@ -2306,7 +2306,7 @@
"_id": "Amazon Prime (1080p)" "_id": "Amazon Prime (1080p)"
}, },
{ {
"name": "Amazon Prime [UHD]", "name": "Amazon Prime [2160p]",
"description": "Matches 4k 'Amazon Prime' WEB-DLs, unique to the 2160p Quality profile", "description": "Matches 4k 'Amazon Prime' WEB-DLs, unique to the 2160p Quality profile",
"tags": [ "tags": [
"Streaming Service", "Streaming Service",
@@ -2315,10 +2315,10 @@
"conditions": [ "conditions": [
{ {
"name": "2160p", "name": "2160p",
"type": "resolution",
"required": true,
"negate": false, "negate": false,
"resolution": "2160p" "required": true,
"resolution": "2160p",
"type": "resolution"
}, },
{ {
"name": "AMZN Regex", "name": "AMZN Regex",
@@ -2394,7 +2394,7 @@
"passes": true "passes": true
} }
], ],
"_id": "Amazon Prime (UHD)" "_id": "Amazon Prime (2160p)"
}, },
{ {
"name": "Amazon Prime", "name": "Amazon Prime",

File diff suppressed because one or more lines are too long

View File

@@ -1242,7 +1242,7 @@
"score": 240 "score": 240
}, },
{ {
"name": "Amazon Prime [UHD]", "name": "Amazon Prime [2160p]",
"score": 160 "score": 160
}, },
{ {
@@ -1727,7 +1727,7 @@
"score": 230 "score": 230
}, },
{ {
"name": "Amazon Prime [UHD]", "name": "Amazon Prime [2160p]",
"score": 160 "score": 160
}, },
{ {

View File

@@ -1,5 +1,5 @@
{ {
"updated_at": "2025-03-07T17:50:28.515008+00:00", "updated_at": "2025-03-07T17:52:29.250171+00:00",
"folders": [ "folders": [
"custom_formats", "custom_formats",
"profiles", "profiles",

File diff suppressed because one or more lines are too long