New: Interactive Search from Album Detail Page

This commit is contained in:
Qstick 2018-02-04 00:27:52 -05:00
parent ff3f52eb3f
commit ec2dc34098
35 changed files with 361 additions and 1783 deletions

View file

@ -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>
);