Skip to content

Commit acd524b

Browse files
committed
Add faBR to Secondary CF
1 parent 1f3dd19 commit acd524b

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 Secondary CF
4+
-- @exportedAt: 2026-06-13T01:34:20.559Z
5+
-- @opIds: 10930
6+
7+
-- --- BEGIN op 10930 ( update custom_format "1080p Quality Tier 5 (Efficient)" )
8+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
9+
VALUES ('1080p Quality Tier 5 (Efficient)', 'faBR', 'release_group', 'all', 0, 0);
10+
11+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('1080p Quality Tier 5 (Efficient)', 'faBR', 'faBR');
12+
-- --- END op 10930

0 commit comments

Comments
 (0)