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())) { && !_streamed->instance.player().finished())) {
startStreamingPlayer(startStreaming); startStreamingPlayer(startStreaming);
} else { } else {
_streamed->ready = _streamed->instance.player().ready();
updatePlaybackState(); updatePlaybackState();
} }
return true; return true;