Update bundles

This commit is contained in:
GitHub Action
2025-02-09 21:41:06 +00:00
parent e39014facd
commit 6029acbdaa
5 changed files with 17 additions and 17 deletions

View File

@@ -6409,7 +6409,7 @@
{
"name": "Not UHD Blu-ray",
"negate": true,
"pattern": "\\buhd[- ._]bluray\\b",
"pattern": "\\bUHD[-_.\\s]?Blu[-]?Ray\\b",
"required": true,
"type": "release_title"
}
@@ -6463,7 +6463,7 @@
{
"name": "UHD Blu-ray",
"negate": false,
"pattern": "\\buhd[- ._]bluray\\b",
"pattern": "\\bUHD[-_.\\s]?Blu[-]?Ray\\b",
"required": true,
"type": "release_title"
},