mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-06-23 05:33:48 +02:00
Add kitsune to radarr web tier 01
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
-- @operation: export
|
||||||
|
-- @entity: batch
|
||||||
|
-- @name: Add kitsune to radarr web tier 01
|
||||||
|
-- @exportedAt: 2026-05-28T20:56:35.337Z
|
||||||
|
-- @opIds: 1104
|
||||||
|
|
||||||
|
-- --- BEGIN op 1104 ( update custom_format "WEB Tier 01" )
|
||||||
|
UPDATE custom_format_conditions
|
||||||
|
SET arr_type = 'all'
|
||||||
|
WHERE custom_format_name = 'WEB Tier 01'
|
||||||
|
AND name = 'Kitsune'
|
||||||
|
AND type = 'release_group'
|
||||||
|
AND arr_type = 'radarr'
|
||||||
|
AND negate = 0
|
||||||
|
AND required = 0;
|
||||||
|
-- --- END op 1104
|
||||||
Reference in New Issue
Block a user