From 8cdc6c5d6f8b6a492ccdbd2cc0df836ffc9191e8 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 4 Oct 2010 10:23:07 +0200 Subject: permit also to record from service groups (services with associated alternative services) --- RecordTimer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RecordTimer.py') diff --git a/RecordTimer.py b/RecordTimer.py index def75684..4ece9c58 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) -- cgit v1.2.3