mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07:00
New: Interactive Search from Album Detail Page
This commit is contained in:
parent
ff3f52eb3f
commit
ec2dc34098
35 changed files with 361 additions and 1783 deletions
|
@ -156,12 +156,8 @@ class QueueRow extends Component {
|
|||
return (
|
||||
<TableRowCell key={name}>
|
||||
<AlbumTitleLink
|
||||
albumId={album.id}
|
||||
artistId={artist.id}
|
||||
trackFileId={album.trackFileId}
|
||||
albumTitle={album.title}
|
||||
showOpenArtistButton={true}
|
||||
showOpenAlbumButton={true}
|
||||
foreignAlbumId={album.foreignAlbumId}
|
||||
title={album.title}
|
||||
/>
|
||||
</TableRowCell>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue