From ced508b6f6e41aee4d5c299d7765e02876858e78 Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Mon, 3 Oct 2022 08:52:36 +0100 Subject: [PATCH] cursed code --- components/SongInfo.js | 1 + 1 file changed, 1 insertion(+) 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