cursed code

This commit is contained in:
Liam 2022-10-03 08:52:36 +01:00
parent f215d44ed0
commit ced508b6f6

@ -59,6 +59,7 @@ export default class SongInfo extends Component {
songAuthorName,
difficulty
} = data
// what in the fuck is this?? LMFAO
const songTimerPercentage = ((this.props.data.currentSongTime / 1000) / (data.length / 1000)) * 100000;
return <div className={'song-info-container'}>