Use client id & secret for Spotify

This commit is contained in:
philippe44
2025-12-25 00:02:02 +01:00
parent 1e3de24bdf
commit c0d2add55b
4 changed files with 41 additions and 56 deletions

View File

@@ -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;