mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
player stop logic fix
This commit is contained in:
@@ -53,7 +53,6 @@ void SpircController::setPause(bool isPaused, bool notifyPlayer) {
|
||||
|
||||
void SpircController::disconnect(void) {
|
||||
player->cancelCurrentTrack();
|
||||
stopPlayer();
|
||||
state->setActive(false);
|
||||
notify();
|
||||
sendEvent(CSpotEventType::DISC);
|
||||
|
||||
Reference in New Issue
Block a user