mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-27 01:48:38 +03:00
Use client id & secret for Spotify
This commit is contained in:
@@ -24,6 +24,8 @@ struct Context {
|
||||
AudioFormat audioFormat = AudioFormat::AudioFormat_OGG_VORBIS_160;
|
||||
std::string deviceId;
|
||||
std::string deviceName;
|
||||
std::string clientId;
|
||||
std::string clientSecret;
|
||||
std::vector<uint8_t> authData;
|
||||
int volume;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user