fix marking non playable services in channellist
[enigma2.git] / lib / service / service.cpp
index a7f6e529823a68152189cfd85745257d84b86f36..c043a583ededc5bb241a99899558a71e44599b05 100644 (file)
@@ -144,8 +144,13 @@ int iStaticServiceInformation::getLength(const eServiceReference &ref)
        return -1;
 }
 
+bool iStaticServiceInformation::isPlayable(const eServiceReference &ref, const eServiceReference &ignore)
+{
+       return true;
+}
+
 RESULT iServiceInformation::getEvent(ePtr<eServiceEvent> &evt, int m_nownext)
-{      
+{
        evt = 0;
        return -1;
 }