mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-24 02:20:58 +00:00
@@ -185,7 +185,7 @@ class InteractiveImportRow extends Component {
|
|||||||
|
|
||||||
const artistName = artist ? artist.artistName : '';
|
const artistName = artist ? artist.artistName : '';
|
||||||
const albumTitle = album ? album.title : '';
|
const albumTitle = album ? album.title : '';
|
||||||
const trackNumbers = tracks.map((track) => track.trackNumber)
|
const trackNumbers = tracks.map((track) => `${track.mediumNumber}x${track.trackNumber}`)
|
||||||
.join(', ');
|
.join(', ');
|
||||||
|
|
||||||
const showArtistPlaceholder = isSelected && !artist;
|
const showArtistPlaceholder = isSelected && !artist;
|
||||||
|
|||||||
Reference in New Issue
Block a user