From 54c5d19e1a045a17ae9a0738497f0166b9132702 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Mon, 13 Nov 2017 19:42:12 +0100 Subject: [PATCH] fix audio description after play movie --- src/daemonc/remotecontrol.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/daemonc/remotecontrol.cpp b/src/daemonc/remotecontrol.cpp index cc38060e9..03f8591d2 100644 --- a/src/daemonc/remotecontrol.cpp +++ b/src/daemonc/remotecontrol.cpp @@ -542,6 +542,12 @@ void CRemoteControl::processAPIDnames() #endif if ( has_unresolved_ctags ) { + if ( current_EPGid == 0 ){ + const CSectionsdClient::CurrentNextInfo info_CN = g_InfoViewer->getCurrentNextInfo(); + if ((info_CN.current_uniqueKey >> 16) == (current_channel_id & 0xFFFFFFFFFFFFULL)){ + current_EPGid = info_CN.current_uniqueKey; + } + } if ( current_EPGid != 0 ) { CSectionsdClient::ComponentTagList tags;