mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-09-03 08:40:02 +02:00
Enable Rename for Sonarr Side BW
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- @operation: export
|
||||
-- @entity: batch
|
||||
-- @name: Enable Rename for Sonarr Side BW
|
||||
-- @exportedAt: 2026-08-28T20:50:00.632Z
|
||||
-- @opIds: 14050
|
||||
|
||||
-- --- BEGIN op 14050 ( update custom_format "BW" )
|
||||
update "custom_formats" set "include_in_rename" = 1 where "name" = 'BW' and "include_in_rename" = 0;
|
||||
-- --- END op 14050
|
||||
Reference in New Issue
Block a user