diff --git a/src/discord/richpresence.cpp b/src/discord/richpresence.cpp index c5074061a..04a54c59b 100644 --- a/src/discord/richpresence.cpp +++ b/src/discord/richpresence.cpp @@ -167,7 +167,7 @@ void RichPresence::Seeked(const qint64 seek_microseconds) { if (!initialized_) return; - SetTimestamp(seek_microseconds / 1000LL); + SetTimestamp(seek_microseconds / 1000000LL); SendPresenceUpdate(); }