From: Chris Tallon Date: Sun, 14 Sep 2008 17:39:07 +0000 (+0000) Subject: Live radio EPG fix X-Git-Tag: r0-3-1~21 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=32d3caeaea8758af8686dd1e312eeb59e4219401;p=vompclient.git Live radio EPG fix --- diff --git a/vvideolivetv.cc b/vvideolivetv.cc index f18c33d..5a7773d 100644 --- a/vvideolivetv.cc +++ b/vvideolivetv.cc @@ -608,7 +608,7 @@ void VVideoLiveTV::doEPG() video->setMode(Video::QUARTER); video->setPosition(170, 5); //TODO need to deal with 4:3 switching - VEpg* vepg = new VEpg(this, currentChannelIndex, VDR::VIDEO); + VEpg* vepg = new VEpg(this, currentChannelIndex, streamType); vepg->draw(); boxstack->add(vepg); boxstack->update(vepg);