mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
New: Artist Disambiguation Naming Token (#652)
This commit is contained in:
parent
21f1fd17bb
commit
3292fba66c
4 changed files with 24 additions and 2 deletions
|
@ -42,7 +42,9 @@ const artistTokens = [
|
|||
|
||||
{ token: '{Artist NameThe}', example: 'Artist Name, The' },
|
||||
|
||||
{ token: '{Artist CleanName}', example: 'Artist Name' }
|
||||
{ token: '{Artist CleanName}', example: 'Artist Name' },
|
||||
|
||||
{ token: '{Artist Disambiguation}', example: 'Disambiguation' }
|
||||
];
|
||||
|
||||
const albumTokens = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue