mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
fix audio description after play movie
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user