Pagination for large queues, tracklist flexbox
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user