1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

New: 'Custom Format: Format Name' rename token

This commit is contained in:
Alan Collins
2024-03-09 22:53:02 -06:00
committed by GitHub
parent a0329adeba
commit 48cb5d2271
4 changed files with 135 additions and 3 deletions
@@ -150,7 +150,8 @@ const mediaInfoTokens = [
const otherTokens = [
{ token: '{Release Group}', example: 'Rls Grp' },
{ token: '{Custom Formats}', example: 'iNTERNAL' }
{ token: '{Custom Formats}', example: 'iNTERNAL' },
{ token: '{Custom Format:FormatName}', example: 'AMZN' }
];
const originalTokens = [