mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
fixed cspot crash when switching with LMS
This commit is contained in:
@@ -59,6 +59,7 @@ private:
|
||||
std::map<uint64_t, mercuryCallback> callbacks;
|
||||
std::mutex reconnectionMutex;
|
||||
std::mutex runningMutex;
|
||||
std::mutex stopMutex;
|
||||
std::map<std::string, mercuryCallback> subscriptions;
|
||||
std::unique_ptr<Session> session;
|
||||
std::shared_ptr<LoginBlob> lastAuthBlob;
|
||||
|
||||
Reference in New Issue
Block a user