aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/service/servicedvb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp
index 582e3f39..43a78bb4 100644
--- a/lib/service/servicedvb.cpp
+++ b/lib/service/servicedvb.cpp
@@ -1745,7 +1745,7 @@ int eDVBServicePlay::selectAudioStream(int i)
if (((unsigned int)stream) < program.audioStreams.size())
{
apid = program.audioStreams[stream].pid;
- apidtype = apidtype;
+ apidtype = program.audioStreams[stream].type;
}
m_current_audio_pid = apid;