Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/mp/tuxbox

Conflicts:
	src/neutrino.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0113efac9f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-13 21:25:41 +01:00

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;