mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 23:45:44 +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();
|
const auto &player = _streamed->instance.player();
|
||||||
if (player.playing()) {
|
if (player.playing()) {
|
||||||
if (!_streamed->withSound) {
|
if (!_streamed->withSound) {
|
||||||
|
_streamed->ready = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_pip = nullptr;
|
_pip = nullptr;
|
||||||
|
Reference in New Issue
Block a user