Fix PiP -> viewer streaming jump.

This commit is contained in:
John Preston 2024-11-01 11:26:03 +04:00
parent 07f0c182e6
commit 7096a4231f

View file

@ -3857,6 +3857,7 @@ bool OverlayWidget::initStreaming(const StartStreaming &startStreaming) {
&& !_streamed->instance.player().finished())) {
startStreamingPlayer(startStreaming);
} else {
_streamed->ready = _streamed->instance.player().ready();
updatePlaybackState();
}
return true;