2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix GIF playback in media viewer.

This commit is contained in:
John Preston
2024-11-01 19:59:42 +04:00
parent e959d1e1b0
commit 8447b95c50

View File

@@ -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;