mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
MacOS auth for Spotify
This commit is contained in:
@@ -49,7 +49,7 @@ static long vorbisTellCb(TrackPlayer* self) {
|
||||
TrackPlayer::TrackPlayer(std::shared_ptr<cspot::Context> ctx,
|
||||
std::shared_ptr<cspot::TrackQueue> trackQueue,
|
||||
EOFCallback eof, TrackLoadedCallback trackLoaded)
|
||||
: bell::Task("cspot_player", 32 * 1024, 5, 1) {
|
||||
: bell::Task("cspot_player", 48 * 1024, 5, 1) {
|
||||
this->ctx = ctx;
|
||||
this->eofCallback = eof;
|
||||
this->trackLoaded = trackLoaded;
|
||||
|
||||
Reference in New Issue
Block a user