Fix media player (#2257)

This commit is contained in:
Paulo Coutinho 2024-12-05 11:42:09 -03:00 committed by GitHub
parent 63e142511d
commit 2161dd8eee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1271,10 +1271,10 @@ void MediaPlayer::pause()
void MediaPlayer::resume()
{
resumePlayback();
Widget::pause();
Widget::resume();
}
void MediaPlayer::pausePlayback()
void MediaPlayer::pausePlayback()
{
if (!_videoURL.empty())
{