mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 22:43:31 -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
|
@ -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' },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue