From 2d01fd232419dbb9edaf7eb42f587dc635d21d42 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sat, 3 Dec 2005 21:21:17 +0000 Subject: dont try to get frontend informations when the eDVBServicePlay is a pvr service --- lib/service/servicedvb.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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 channel; if(m_service_handler.getChannel(channel)) return 0; -- cgit v1.2.3