more CSpot catchup

This commit is contained in:
Philippe G
2022-01-07 19:16:55 -08:00
parent 052600a45a
commit e9da432bfc
5 changed files with 12 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ class SpircController {
private:
std::shared_ptr<MercuryManager> manager;
std::string username;
bool firstFrame = true;
std::unique_ptr<Player> player;
std::unique_ptr<PlayerState> state;
std::shared_ptr<AudioSink> audioSink;