aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-03 21:21:17 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-03 21:21:17 +0000
commit2d01fd232419dbb9edaf7eb42f587dc635d21d42 (patch)
tree2673d8181a727a265b3647906fa1ea2274b33055 /lib/service/servicedvb.cpp
parent391f7559e77cf98ea3b5a1fba94a8fa6f4307da8 (diff)
downloadenigma2-2d01fd232419dbb9edaf7eb42f587dc635d21d42.tar.gz
enigma2-2d01fd232419dbb9edaf7eb42f587dc635d21d42.zip
dont try to get frontend informations when the eDVBServicePlay is a pvr service
Diffstat (limited to 'lib/service/servicedvb.cpp')
-rw-r--r--lib/service/servicedvb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp
index 9e77a7a7..271b94f0 100644
--- a/lib/service/servicedvb.cpp
+++ b/lib/service/servicedvb.cpp
@@ -819,6 +819,8 @@ int eDVBServicePlay::selectAudioStream(int i)
int eDVBServicePlay::getFrontendInfo(int w)
{
+ if (m_is_pvr)
+ return 0;
eUsePtr<iDVBChannel> channel;
if(m_service_handler.getChannel(channel))
return 0;