Added Artist NameFirstCharacterGroup token to frontend

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

View file

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