cursed code
This commit is contained in:
parent
f215d44ed0
commit
ced508b6f6
@ -59,6 +59,7 @@ export default class SongInfo extends Component {
|
|||||||
songAuthorName,
|
songAuthorName,
|
||||||
difficulty
|
difficulty
|
||||||
} = data
|
} = data
|
||||||
|
// what in the fuck is this?? LMFAO
|
||||||
const songTimerPercentage = ((this.props.data.currentSongTime / 1000) / (data.length / 1000)) * 100000;
|
const songTimerPercentage = ((this.props.data.currentSongTime / 1000) / (data.length / 1000)) * 100000;
|
||||||
|
|
||||||
return <div className={'song-info-container'}>
|
return <div className={'song-info-container'}>
|
||||||
|
Reference in New Issue
Block a user