Skip to content

Commit 425f251

Browse files
committed
Add faBR to 2160p Quality Tier 4
1 parent be5230e commit 425f251

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Add faBR to 2160p Quality Tier 4
4+
-- @exportedAt: 2026-06-06T00:15:50.940Z
5+
-- @opIds: 10922
6+
7+
-- --- BEGIN op 10922 ( update custom_format "2160p Quality Tier 4" )
8+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
9+
VALUES ('2160p Quality Tier 4', 'faBR', 'release_group', 'all', 0, 0);
10+
11+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('2160p Quality Tier 4', 'faBR', 'faBR');
12+
-- --- END op 10922

0 commit comments

Comments
 (0)