Skip to content

Commit

Permalink
Merge remote-tracking branch 'elderorb/audio_panels_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Jul 16, 2023
2 parents 3a162c9 + ddb9e38 commit ec797d5
Showing 1 changed file with 2 additions and 0 deletions.
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 ec797d5

Please sign in to comment.