dont try to get frontend informations when the eDVBServicePlay is a pvr service
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 3 Dec 2005 21:21:17 +0000 (21:21 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 3 Dec 2005 21:21:17 +0000 (21:21 +0000)
lib/service/servicedvb.cpp

index 9e77a7a..271b94f 100644 (file)
@@ -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;