mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-09-03 14:50:03 +02:00
Update German LQ
This commit is contained in:
@@ -0,0 +1,27 @@
|
|||||||
|
-- @operation: export
|
||||||
|
-- @entity: batch
|
||||||
|
-- @name: Update German LQ
|
||||||
|
-- @exportedAt: 2026-08-28T20:28:14.824Z
|
||||||
|
-- @opIds: 13985, 13986
|
||||||
|
|
||||||
|
-- --- BEGIN op 13985 ( update custom_format "German LQ" )
|
||||||
|
UPDATE custom_format_conditions
|
||||||
|
SET arr_type = 'radarr'
|
||||||
|
WHERE custom_format_name = 'German LQ'
|
||||||
|
AND name = 'REEL'
|
||||||
|
AND type = 'release_group'
|
||||||
|
AND arr_type = 'all'
|
||||||
|
AND negate = 0
|
||||||
|
AND required = 0;
|
||||||
|
-- --- END op 13985
|
||||||
|
|
||||||
|
-- --- BEGIN op 13986 ( update custom_format "German LQ" )
|
||||||
|
UPDATE custom_format_conditions
|
||||||
|
SET arr_type = 'radarr'
|
||||||
|
WHERE custom_format_name = 'German LQ'
|
||||||
|
AND name = 'VideoStar'
|
||||||
|
AND type = 'release_group'
|
||||||
|
AND arr_type = 'all'
|
||||||
|
AND negate = 0
|
||||||
|
AND required = 0;
|
||||||
|
-- --- END op 13986
|
||||||
Reference in New Issue
Block a user