diff --git a/src/js/components/AlbumGrid.js b/src/js/components/AlbumGrid.js index 296a2b66..d4673462 100755 --- a/src/js/components/AlbumGrid.js +++ b/src/js/components/AlbumGrid.js @@ -37,8 +37,7 @@ class AlbumGrid extends React.Component{ return (
{ - this.props.albums.map(item => { - var album = helpers.collate(item, {artists: this.props.artists}); + this.props.albums.map(album => { return ( { mopidy_connected: state.mopidy.connected, mopidy_uri_schemes: state.mopidy.uri_schemes, load_queue: state.ui.load_queue, + artists: state.core.artists, albums: state.core.albums, mopidy_library_albums: state.mopidy.library_albums, mopidy_library_albums_status: (state.ui.processes.MOPIDY_LIBRARY_ALBUMS_PROCESSOR !== undefined ? state.ui.processes.MOPIDY_LIBRARY_ALBUMS_PROCESSOR.status : null),