From e8403a2caf85062dbcfd6751c39dc471e7b2420b Mon Sep 17 00:00:00 2001 From: notdraimdev Date: Sun, 27 Oct 2024 14:24:21 +0100 Subject: [PATCH] ssssss --- main.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/main.gd b/main.gd index 95481be..fb9d0c1 100644 --- a/main.gd +++ b/main.gd @@ -233,6 +233,7 @@ func SongDragStopped(Changed:bool): music_player.play(current_progress.value * CurrentSongLenth / current_progress.max_value) if Paused: pausePlay() + UpdateProgressSlider = true DiscordRPC.start_timestamp = int(Time.get_unix_time_from_system() - (current_progress.value * CurrentSongLenth / current_progress.max_value)) DiscordRPC.refresh()