diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index fe2be30e1..9a252ef53 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -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)),