aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-05-04 15:57:32 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-05-04 15:57:32 +0000
commit1d7e5720b3e8653604323b981e37af1f6aa61709 (patch)
tree0f021854a6676f6e98e3c99fddbe26a1237020cf /lib/service/servicedvb.cpp
parent07fe46ca847778b88745244d6c8113ee6ba3de14 (diff)
downloadenigma2-1d7e5720b3e8653604323b981e37af1f6aa61709.tar.gz
enigma2-1d7e5720b3e8653604323b981e37af1f6aa61709.zip
- improve record support
Diffstat (limited to 'lib/service/servicedvb.cpp')
-rw-r--r--lib/service/servicedvb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp
index 40e26365..2fb051c1 100644
--- a/lib/service/servicedvb.cpp
+++ b/lib/service/servicedvb.cpp
@@ -88,7 +88,7 @@ RESULT eServiceFactoryDVB::play(const eServiceReference &ref, ePtr<iPlayableServ
RESULT eServiceFactoryDVB::record(const eServiceReference &ref, ePtr<iRecordableService> &ptr)
{
ptr = new eDVBServiceRecord((eServiceReferenceDVB&)ref);
- return -1;
+ return 0;
}
RESULT eServiceFactoryDVB::list(const eServiceReference &ref, ePtr<iListableService> &ptr)