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