fix audio description after play movie

Origin commit data
------------------
Branch: ni/coolstream
Commit: 54c5d19e1a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-11-13 (Mon, 13 Nov 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2017-11-13 19:42:12 +01:00
parent c147b324d2
commit d6d3bf5127

View File

@@ -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;