fix marking non playable services in channellist
[enigma2.git] / lib / dvb / idvb.h
index c7e223970b39532d956a7c9a4cf608d2f0a0facf..a14e0af5a59cf623f44a9f98ffd2ea1a55627085 100644 (file)
@@ -219,7 +219,8 @@ public:
        // iStaticServiceInformation
        RESULT getName(const eServiceReference &ref, std::string &name);
        RESULT getEvent(const eServiceReference &ref, ePtr<eServiceEvent> &ptr);
-       
+       bool isPlayable(const eServiceReference &ref, const eServiceReference &ignore);
+
                /* for filtering: */
        int checkFilter(const eServiceReferenceDVB &ref, const eDVBChannelQuery &query);
 };