Skip to content

Commit

Permalink
audio track
Browse files Browse the repository at this point in the history
  • Loading branch information
Protostars committed Feb 12, 2022
1 parent 495aacc commit 9546061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Play/Video/mpvplayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ void MPVPlayer::addSubtitle(const QString &path)

void MPVPlayer::addAudioTrack(const QString &path)
{
setMPVCommand(QVariantList() << "audio-add" << path << "auto");
setMPVCommand(QVariantList() << "audio-add" << path);
loadTracks();
emit trackInfoChange(AudioTrack);
}
Expand Down

0 comments on commit 9546061

Please sign in to comment.