mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-09-03 08:40:02 +02:00
Season Pack Required Off
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
-- @operation: export
|
||||
-- @entity: batch
|
||||
-- @name: Season Pack Required Off
|
||||
-- @exportedAt: 2026-08-28T20:54:39.827Z
|
||||
-- @opIds: 14059
|
||||
|
||||
-- --- BEGIN op 14059 ( update custom_format "Season Pack" )
|
||||
UPDATE custom_format_conditions
|
||||
SET required = 0
|
||||
WHERE custom_format_name = 'Season Pack'
|
||||
AND name = 'Season Pack'
|
||||
AND type = 'release_type'
|
||||
AND arr_type = 'sonarr'
|
||||
AND negate = 0
|
||||
AND required = 1;
|
||||
-- --- END op 14059
|
||||
Reference in New Issue
Block a user