mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
Fix GIF playback in media viewer.
This commit is contained in:
parent
e959d1e1b0
commit
8447b95c50
1 changed files with 1 additions and 0 deletions
|
@ -3886,6 +3886,7 @@ void OverlayWidget::startStreamingPlayer(
|
|||
const auto &player = _streamed->instance.player();
|
||||
if (player.playing()) {
|
||||
if (!_streamed->withSound) {
|
||||
_streamed->ready = true;
|
||||
return;
|
||||
}
|
||||
_pip = nullptr;
|
||||
|
|
Loading…
Add table
Reference in a new issue