diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-05-04 15:57:32 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-05-04 15:57:32 +0000 |
| commit | 1d7e5720b3e8653604323b981e37af1f6aa61709 (patch) | |
| tree | 0f021854a6676f6e98e3c99fddbe26a1237020cf /lib/service/servicedvb.cpp | |
| parent | 07fe46ca847778b88745244d6c8113ee6ba3de14 (diff) | |
| download | enigma2-1d7e5720b3e8653604323b981e37af1f6aa61709.tar.gz enigma2-1d7e5720b3e8653604323b981e37af1f6aa61709.zip | |
- improve record support
Diffstat (limited to 'lib/service/servicedvb.cpp')
| -rw-r--r-- | lib/service/servicedvb.cpp | 2 |
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) |
