Added Artist NameFirstCharacterGroup token to frontend

pull/4419/head
Joris 4 months ago
parent fa3d306e2a
commit 4081618260

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

Loading…
Cancel
Save