Fix issue with song info
This commit is contained in:
parent
ae961f05c3
commit
6d26698b78
@ -108,7 +108,7 @@ export default class Overlay extends Component {
|
|||||||
this.setState({ showPlayerStats: false });
|
this.setState({ showPlayerStats: false });
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.state.showPlayerStats == true) {
|
if (this.state.showPlayerStats == true || params.playerstats == "true") {
|
||||||
setTimeout(async () => {
|
setTimeout(async () => {
|
||||||
await this.updateData(id);
|
await this.updateData(id);
|
||||||
}, 10); // 10ms
|
}, 10); // 10ms
|
||||||
|
Reference in New Issue
Block a user