Skip to content

Commit

Permalink
Merge pull request #779 from ElderOrb/audio_panels_fix
Browse files Browse the repository at this point in the history
update to the latest QtAVPlayer
  • Loading branch information
dericed authored Jul 20, 2023
2 parents e440bb6 + ff09930 commit 9336c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Source/GUI/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,8 @@ void Player::setFile(FileInformation *fileInfo)
playPaused(ms);
});
qDebug() << "seek finished at " << ms;
} else {
m_player->pause();
}

m_mute = false;
Expand Down

0 comments on commit 9336c5b

Please sign in to comment.