From 20c33790cce8e53158b8b707e8f931e74819c714 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 28 Aug 2026 22:07:19 +0000 Subject: [PATCH] Fix FUNI --- ops/134.fix-funi.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ops/134.fix-funi.sql diff --git a/ops/134.fix-funi.sql b/ops/134.fix-funi.sql new file mode 100644 index 0000000..eb527c0 --- /dev/null +++ b/ops/134.fix-funi.sql @@ -0,0 +1,16 @@ +-- @operation: export +-- @entity: batch +-- @name: Fix FUNI +-- @exportedAt: 2026-08-28T22:07:18.440Z +-- @opIds: 14141 + +-- --- BEGIN op 14141 ( update custom_format "FUNi" ) +UPDATE custom_format_conditions +SET arr_type = 'sonarr' +WHERE custom_format_name = 'FUNi' + AND name = 'WEB' + AND type = 'source' + AND arr_type = 'all' + AND negate = 0 + AND required = 0; +-- --- END op 14141