mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix PiP -> viewer streaming jump.
This commit is contained in:
parent
07f0c182e6
commit
7096a4231f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue