Fix: Show Album Type on Manual Import Album Select Modal

This commit is contained in:
Qstick 2017-11-18 21:34:22 -05:00
commit ead0b7a2f4
2 changed files with 3 additions and 1 deletions

View file

@ -39,6 +39,7 @@ class SelectAlbumModalContent extends Component {
key={item.id}
id={item.id}
title={item.title}
albumType={item.albumType}
onAlbumSelect={onAlbumSelect}
/>
);