mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
@@ -2443,7 +2443,9 @@ bool OverlayWidget::initStreaming(bool continueStreaming) {
|
|||||||
void OverlayWidget::startStreamingPlayer() {
|
void OverlayWidget::startStreamingPlayer() {
|
||||||
Expects(_streamed != nullptr);
|
Expects(_streamed != nullptr);
|
||||||
|
|
||||||
if (_streamed->instance.player().playing()) {
|
if (!_streamed->instance.player().paused()
|
||||||
|
&& !_streamed->instance.player().finished()
|
||||||
|
&& !_streamed->instance.player().failed()) {
|
||||||
if (!_streamed->withSound) {
|
if (!_streamed->withSound) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user