Enable Rename for Sonarr Side BW

This commit is contained in:
Seraphys
2026-08-28 20:49:46 +00:00
parent c37e4a86f8
commit b3c603487a
@@ -0,0 +1,9 @@
-- @operation: export
-- @entity: batch
-- @name: Enable Rename for Sonarr Side BW
-- @exportedAt: 2026-08-28T20:49:44.601Z
-- @opIds: 14048
-- --- BEGIN op 14048 ( update custom_format "BW" )
update "custom_formats" set "include_in_rename" = 1 where "name" = 'BW' and "include_in_rename" = 0;
-- --- END op 14048