chore: unsingletonize SoundController (#5462)

This commit is contained in:
pajlada
2024-06-16 15:44:08 +02:00
committed by GitHub
parent 85d6ff1e6c
commit f111b0f08d
6 changed files with 13 additions and 24 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ private:
FfzBadges *const ffzBadges{};
SeventvBadges *const seventvBadges{};
std::unique_ptr<UserDataController> userData;
ISoundController *const sound{};
std::unique_ptr<ISoundController> sound;
TwitchLiveController *const twitchLiveController{};
std::unique_ptr<PubSub> twitchPubSub;
std::unique_ptr<TwitchBadges> twitchBadges;