mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Handle voice playlist in Media::Player::Instance.
This allows video and voice messages to autoplay one after another.
This commit is contained in:
@@ -1604,7 +1604,7 @@ void MainWidget::closeBothPlayers() {
|
||||
Media::Player::instance()->usePanelPlayer().notify(false, true);
|
||||
_playerPanel->hideIgnoringEnterEvents();
|
||||
_playerPlaylist->hideIgnoringEnterEvents();
|
||||
Media::Player::instance()->stop();
|
||||
Media::Player::instance()->stop(AudioMsgId::Type::Song);
|
||||
|
||||
Shortcuts::disableMediaShortcuts();
|
||||
}
|
||||
|
Reference in New Issue
Block a user