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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user