diff --git a/src/discord/richpresence.cpp b/src/discord/richpresence.cpp index 230f00253..0aa7b5d01 100644 --- a/src/discord/richpresence.cpp +++ b/src/discord/richpresence.cpp @@ -106,7 +106,7 @@ void RichPresence::CurrentSongChanged(const Song &song) { SetTimestamp(0LL); activity_.length_secs = song.length_nanosec() / kNsecPerSec; - activity_.title = song.title(); + activity_.title = song.PrettyTitle(); activity_.artist = song.artist(); activity_.album = song.album();