X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=RecordTimer.py;h=4ece9c58133a76216017010d5b165c0c2aabc0cb;hp=def75684d2a7e6b1411fc9363f4174eab6f9abe9;hb=45d1924345adc8f10fae81b1a2ca0ae65ba8739e;hpb=dd2f75a38c17459f1a3d46cf529a6b4fe3f7e3f2 diff --git a/RecordTimer.py b/RecordTimer.py index def7568..4ece9c5 100755 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -102,7 +102,7 @@ class RecordTimerEntry(timer.TimerEntry, object): assert isinstance(serviceref, ServiceReference) - if serviceref.getType() == eServiceReference.idDVB and serviceref.getPath() == "": + if serviceref.isRecordable(): self.service_ref = serviceref else: self.service_ref = ServiceReference(None)