summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdr_player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr_player.c b/vdr_player.c
index 232e0e5..9330852 100644
--- a/vdr_player.c
+++ b/vdr_player.c
@@ -382,7 +382,7 @@ mgPCMPlayer::Action (void)
SetPlayMode (pmStopped);
#if VDRVERSNUM >= 10318
- cDevice::PrimaryDevice()->SetCurrentAudioTrack(ttDolbyFirst);
+ cDevice::PrimaryDevice()->SetCurrentAudioTrack(ttAudio);
#endif
while (m_active)
{