code cleanup in ChannelSelection,
[enigma2.git] / lib / service / service.cpp
index 181ec22f26ebf898075b649f01d9bb6fa7944272..82957c81ea46b3ef26aeacd0a99875a83fa77cdf 100644 (file)
@@ -171,9 +171,9 @@ int iStaticServiceInformation::getLength(const eServiceReference &ref)
        return -1;
 }
 
-bool iStaticServiceInformation::isPlayable(const eServiceReference &ref, const eServiceReference &ignore)
+int iStaticServiceInformation::isPlayable(const eServiceReference &ref, const eServiceReference &ignore)
 {
-       return true;
+       return 0;
 }
 
 RESULT iServiceInformation::getEvent(ePtr<eServiceEvent> &evt, int m_nownext)