mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
parent
d7d4f62737
commit
54349f95f1
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ function createCleanArtistSelector() {
|
|||
artistName,
|
||||
sortName,
|
||||
images,
|
||||
foreignArtistId,
|
||||
// alternateTitles,
|
||||
tags
|
||||
} = artist;
|
||||
|
@ -43,6 +44,7 @@ function createCleanArtistSelector() {
|
|||
return {
|
||||
artistName,
|
||||
sortName,
|
||||
foreignArtistId,
|
||||
images,
|
||||
cleanName: jdu.replace(artistName).toLowerCase(),
|
||||
// alternateTitles: alternateTitles.map((alternateTitle) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue