Skip to content

Commit

Permalink
epgcache: allow query from all services
Browse files Browse the repository at this point in the history
EPG Cache can be queried using other services, insteand of naming all of them, simply remove the check allowing all services to query epg cache from now on.

More info: http://forums.openpli.org/topic/41198-serviceapp-gstplayer-and-exteplayer3/page-4
  • Loading branch information
athoik committed Jun 22, 2016
1 parent a51efa1 commit 5a8a063
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/dvb/epgcache.cpp
Expand Up @@ -2629,12 +2629,6 @@ PyObject *eEPGCache::lookupEvent(ePyObject list, ePyObject convertFunc)
stime = ::time(0);

eServiceReference ref(handleGroup(eServiceReference(PyString_AS_STRING(service))));
if (ref.type != eServiceReference::idDVB && ref.type != eServiceReference::idServiceMP3)
{
eDebug("[eEPGCache] service reference for epg query is not valid");
continue;
}

// redirect subservice querys to parent service
eServiceReferenceDVB &dvb_ref = (eServiceReferenceDVB&)ref;
if (dvb_ref.getParentTransportStreamID().get()) // linkage subservice
Expand Down

0 comments on commit 5a8a063

Please sign in to comment.