mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-07 09:54:55 +00:00
Fixed a bug where switching the output driver while playback is stopped did not work properly.
This commit is contained in:
parent
2f66efdfe2
commit
2ef57ec0ba
@ -442,6 +442,9 @@ void PlaybackService::ProcessMessage(IMessage &message) {
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
this->transport->ReloadOutput();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user