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()