This commit is contained in:
notdraimdev
2024-10-27 14:24:21 +01:00
parent 7947422027
commit e8403a2caf
+1
View File
@@ -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()