New: Author SortName token

This commit is contained in:
ta264
2021-06-09 20:42:05 +01:00
parent 63cfec517d
commit 23772ce312
2 changed files with 3 additions and 0 deletions
@@ -45,6 +45,8 @@ const authorTokens = [
{ token: '{Author CleanName}', example: 'Author Name' },
{ token: '{Author SortName}', example: 'Name, Author' },
{ token: '{Author Disambiguation}', example: 'Disambiguation' }
];