dont check playable state on directorys
[enigma2.git] / lib / service / servicedvb.cpp
index 56a18e48561b945ee0e3469b002c667470edc057..76fc005bd6615315789f41db7e82fc13aa696c71 100644 (file)
@@ -202,7 +202,7 @@ public:
        RESULT getName(const eServiceReference &ref, std::string &name);
        int getLength(const eServiceReference &ref);
        RESULT getEvent(const eServiceReference &ref, ePtr<eServiceEvent> &SWIG_OUTPUT, time_t start_time);
-
+       int isPlayable(const eServiceReference &ref, const eServiceReference &ignore) { return 1; }
        int getInfo(const eServiceReference &ref, int w);
        std::string getInfoString(const eServiceReference &ref,int w);
 };