Pagination for large queues, tracklist flexbox

This commit is contained in:
James Barnsley
2019-07-15 12:08:56 +12:00
parent 13a54de402
commit ae853b6de7
10 changed files with 14 additions and 21 deletions

View File

@ -46,10 +46,6 @@ class Queue extends React.Component {
this.props.uiActions.setWindowTitle("Now playing");
}
componentWillReceiveProps(nextProps) {
console.log(nextProps);
}
shouldComponentUpdate(nextProps) {
return (nextProps !== this.props);
}