mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 08:25:54 +01:00
Fix lint
This commit is contained in:
parent
c27d8c2fcb
commit
9164003884
1 changed files with 2 additions and 2 deletions
|
|
@ -75,9 +75,9 @@ const fileNameTokens = [
|
|||
|
||||
const artistTokens = [
|
||||
{ token: '{Artist Name}', example: 'Artist Name' },
|
||||
{ token: '{Artist SortName}', example: 'Artist LastName, Artist FirstName'},
|
||||
{ token: '{Artist SortName}', example: 'Artist LastName, Artist FirstName' },
|
||||
{ token: '{Artist CleanName}', example: 'Artist Name' },
|
||||
{ token: '{Artist CleanSortName}', example: 'Artist LastName, Artist FirstName'},
|
||||
{ token: '{Artist CleanSortName}', example: 'Artist LastName, Artist FirstName' },
|
||||
{ token: '{Artist NameThe}', example: 'Artist Name, The' },
|
||||
{ token: '{Artist CleanNameThe}', example: 'Artist Name, The' },
|
||||
{ token: '{Artist NameFirstCharacter}', example: 'A' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue