aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-04 14:50:45 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-04 14:50:45 +0000
commit0f70a75ff64c1583ccd620631462499f9d5fbc26 (patch)
tree51066e0d2d88baee57ab886bfd300997a5d4f19d /lib/service/servicedvb.cpp
parent6b5ac42cdc51a2475eeb6e6e58075c3447940cb1 (diff)
downloadenigma2-0f70a75ff64c1583ccd620631462499f9d5fbc26.tar.gz
enigma2-0f70a75ff64c1583ccd620631462499f9d5fbc26.zip
fix getting caids of subservices
Diffstat (limited to 'lib/service/servicedvb.cpp')
-rw-r--r--lib/service/servicedvb.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp
index 8efca0d0..a36b3008 100644
--- a/lib/service/servicedvb.cpp
+++ b/lib/service/servicedvb.cpp
@@ -1158,8 +1158,7 @@ PyObject *eDVBServicePlay::getInfoObject(int w)
switch (w)
{
case sCAIDs:
- if (m_dvb_service)
- return m_service_handler.getCaIds();
+ return m_service_handler.getCaIds();
default:
break;
}