mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
gui/streaminfo2.cpp: fix stream info on nvod channels
Origin commit data
------------------
Commit: 52397f7df6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-11-12 (Wed, 12 Nov 2014)
This commit is contained in:
@@ -454,7 +454,8 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
|
||||
return;
|
||||
|
||||
transponder t;
|
||||
CServiceManager::getInstance()->GetTransponder(channel->getTransponderId(), t);
|
||||
//CServiceManager::getInstance()->GetTransponder(channel->getTransponderId(), t);
|
||||
t = *frontend->getParameters();
|
||||
|
||||
int array[6]={g_Font[font_info]->getRenderWidth(g_Locale->getText (LOCALE_STREAMINFO_RESOLUTION)),
|
||||
g_Font[font_info]->getRenderWidth(g_Locale->getText (LOCALE_STREAMINFO_ARATIO)),
|
||||
|
Reference in New Issue
Block a user