mirror of
https://github.com/Readarr/Readarr
synced 2025-12-23 00:36:08 +01:00
New: Add missing Part Number and Part Count Examples
This commit is contained in:
parent
001e24aaae
commit
109fd22d1f
1 changed files with 4 additions and 3 deletions
|
|
@ -79,9 +79,10 @@ const bookTokens = [
|
|||
|
||||
{ token: '{Book Disambiguation}', example: 'Disambiguation' },
|
||||
|
||||
{ token: '{PartNumber}', example: '2' },
|
||||
|
||||
{ token: '{PartCount}', example: '10' }
|
||||
{ token: '{PartNumber:0}', example: '2' },
|
||||
{ token: '{PartNumber:00}', example: '02' },
|
||||
{ token: '{PartCount:0}', example: '9' },
|
||||
{ token: '{PartCount:00}', example: '09' }
|
||||
];
|
||||
|
||||
const releaseDateTokens = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue