mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 14:33:30 -07:00
Added Artist NameFirstCharacterGroup token to frontend
This commit is contained in:
parent
fa3d306e2a
commit
4081618260
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue