mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
New: 'Custom Format:Format Name' rename token
cherry picked from commit 48cb5d227187a06930aad5ee1b4e7b76422d8421) New: Update Custom Format renaming token to allow excluding specific formats (cherry picked from commit 6584d95331d0e0763e1688a397a3ccaf5fa6ca38) Closes #9835 Closes #9826
This commit is contained in:
@@ -120,7 +120,8 @@ const editionTokens = [
|
||||
];
|
||||
|
||||
const customFormatTokens = [
|
||||
{ token: '{Custom Formats}', example: 'Surround Sound x264' }
|
||||
{ token: '{Custom Formats}', example: 'Surround Sound x264' },
|
||||
{ token: '{Custom Format:FormatName}', example: 'AMZN' }
|
||||
];
|
||||
|
||||
const originalTokens = [
|
||||
|
||||
Reference in New Issue
Block a user