mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
update cspot
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
#include "pthread.h"
|
||||
#include "platform/WrappedSemaphore.h"
|
||||
#include "Crypto.h"
|
||||
#include "Utils.h"
|
||||
@@ -28,7 +27,6 @@ public:
|
||||
std::vector<uint8_t> decryptedData;
|
||||
std::vector<uint8_t> audioKey;
|
||||
bool keepInMemory = false;
|
||||
pthread_mutex_t loadingMutex;
|
||||
std::mutex dataAccessMutex;
|
||||
uint32_t startPosition;
|
||||
uint32_t endPosition;
|
||||
|
||||
Reference in New Issue
Block a user