aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
diff options
context:
space:
mode:
Diffstat (limited to 'RecordTimer.py')
-rwxr-xr-xRecordTimer.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/RecordTimer.py b/RecordTimer.py
index 1608caaf..def75684 100755
--- a/RecordTimer.py
+++ b/RecordTimer.py
@@ -102,7 +102,10 @@ class RecordTimerEntry(timer.TimerEntry, object):
assert isinstance(serviceref, ServiceReference)
- self.service_ref = serviceref
+ if serviceref.getType() == eServiceReference.idDVB and serviceref.getPath() == "":
+ self.service_ref = serviceref
+ else:
+ self.service_ref = ServiceReference(None)
self.eit = eit
self.dontSave = False
self.name = name