mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix initial video playback speed.
Regression was introduced in b663edff09
.
This commit is contained in:
@@ -4051,8 +4051,8 @@ void OverlayWidget::restartAtSeekPosition(crl::time position) {
|
||||
const auto messageId = _message ? _message->fullId() : FullMsgId();
|
||||
options.audioId = AudioMsgId(_document, messageId);
|
||||
options.speed = _stories
|
||||
? Core::App().settings().videoPlaybackSpeed()
|
||||
: 1.;
|
||||
? 1.
|
||||
: Core::App().settings().videoPlaybackSpeed();
|
||||
if (_pip) {
|
||||
_pip = nullptr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user