mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
gui/infoviewer.cpp: check live frontend for delivery system
Origin commit data
------------------
Branch: ni/coolstream
Commit: f10ea0636d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-16 (Wed, 16 Jan 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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