Added Artist NameFirstCharacterGroup token to frontend

This commit is contained in:
Joris 2024-01-10 17:06:14 +01:00
parent fa3d306e2a
commit 4081618260
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ const artistTokens = [
{ token: '{Artist NameThe}', example: 'Artist Name, The' },
{ token: '{Artist NameFirstCharacter}', example: 'A' },
{ token: '{Artist NameFirstCharacterGroup}', example: 'ABC' },
{ token: '{Artist CleanName}', example: 'Artist Name' },