From 32d3caeaea8758af8686dd1e312eeb59e4219401 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sun, 14 Sep 2008 17:39:07 +0000 Subject: [PATCH] Live radio EPG fix --- vvideolivetv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2