Sortable playlists in thumbnail view

This commit is contained in:
James Barnsley
2016-12-14 10:51:19 +13:00
parent 98ffd6ced8
commit cccac2b159

View File

@ -71,7 +71,7 @@ class LibraryPlaylists extends React.Component{
}else{ }else{
return ( return (
<section className="grid-wrapper"> <section className="grid-wrapper">
<PlaylistGrid playlists={this.props.playlists} /> <PlaylistGrid playlists={playlists} />
</section> </section>
) )
} }