Added Artist NameFirstCharacterGroup token to frontend

This commit is contained in:
Joris 2024-01-10 17:06:14 +01:00
commit 4081618260

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' },