mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
gui/infoviewer.cpp: check live frontend for delivery system
This commit is contained in:
@@ -1347,7 +1347,8 @@ void CInfoViewer::showSNR ()
|
||||
newfreq = false;
|
||||
|
||||
std::string polarisation = "";
|
||||
if (g_info.delivery_system == DVB_S)
|
||||
|
||||
if (CFEManager::getInstance()->getLiveFE()->getType() == FE_QPSK)
|
||||
polarisation = transponder::pol(CFEManager::getInstance()->getLiveFE()->getPolarization());
|
||||
|
||||
int frequency = CFEManager::getInstance()->getLiveFE()->getFrequency();
|
||||
|
Reference in New Issue
Block a user