mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-09-03 21:00:03 +02:00
Fix Wrong Language on Sonarr
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
-- @operation: export
|
||||
-- @entity: batch
|
||||
-- @name: Fix Wrong Language on Sonarr
|
||||
-- @exportedAt: 2026-08-28T19:52:48.985Z
|
||||
-- @opIds: 13859
|
||||
|
||||
-- --- BEGIN op 13859 ( update custom_format "Wrong Language" )
|
||||
UPDATE custom_format_conditions
|
||||
SET arr_type = 'all'
|
||||
WHERE custom_format_name = 'Wrong Language'
|
||||
AND name = 'Wrong Language'
|
||||
AND type = 'language'
|
||||
AND arr_type = 'radarr'
|
||||
AND negate = 1
|
||||
AND required = 1;
|
||||
-- --- END op 13859
|
||||
Reference in New Issue
Block a user