[TransCodingSetup] fix wrong description.
[vuplus_dvbapp] / ServiceReference.py
index 0a46992..401e47a 100644 (file)
@@ -32,4 +32,4 @@ class ServiceReference(eServiceReference):
 
        def isRecordable(self):
                ref = self.ref
-               return ref.flags & eServiceReference.isGroup or (ref.type == eServiceReference.idDVB)
\ No newline at end of file
+               return ref.flags & eServiceReference.isGroup or (ref.type == eServiceReference.idDVB) or (ref.type == 0x2000)
\ No newline at end of file