RichPresence: Use class for activity

This commit is contained in:
Jonas Kvinge
2025-04-08 20:52:34 +02:00
parent ae9584c213
commit a9f2c384fa
2 changed files with 5 additions and 3 deletions

View File

@@ -49,7 +49,6 @@ RichPresence::RichPresence(const SharedPtr<Player> player,
: QObject(parent),
player_(player),
playlist_manager_(playlist_manager),
activity_({ {}, {}, {}, 0, 0, 0 }),
send_presence_timestamp_(0),
enabled_(false) {