Fix issue with song info

This commit is contained in:
Liam 2022-10-19 12:05:21 +01:00
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