mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fix: Show Album Type on Manual Import Album Select Modal
This commit is contained in:
parent
9a11b0fd7b
commit
ead0b7a2f4
2 changed files with 3 additions and 1 deletions
|
|
@ -39,6 +39,7 @@ class SelectAlbumModalContent extends Component {
|
|||
key={item.id}
|
||||
id={item.id}
|
||||
title={item.title}
|
||||
albumType={item.albumType}
|
||||
onAlbumSelect={onAlbumSelect}
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue