Fixed a bug where switching the output driver while playback is stopped did not work properly.

This commit is contained in:
casey langen 2018-12-25 22:16:22 -08:00
parent 2f66efdfe2
commit 2ef57ec0ba

View File

@ -442,6 +442,9 @@ void PlaybackService::ProcessMessage(IMessage &message) {
}
}
}
else {
this->transport->ReloadOutput();
}
}
}