diff --git a/components/SongInfo.js b/components/SongInfo.js index 85453bd..ebb17cd 100644 --- a/components/SongInfo.js +++ b/components/SongInfo.js @@ -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