mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
zapit/src/getservices.cpp: fix missed modulation
Origin commit data
------------------
Commit: 415d516465
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-08-12 (Tue, 12 Aug 2014)
This commit is contained in:
@@ -347,6 +347,7 @@ void CServiceManager::ParseTransponders(xmlNodePtr node, t_satellite_position sa
|
||||
const char *system = xmlGetAttribute(node, "sys");
|
||||
if (system) {
|
||||
feparams.delsys = (delivery_system_t)CFrontend::getZapitDeliverySystem(xmlGetNumericAttribute(node, "sys", 0));
|
||||
feparams.modulation = (fe_modulation_t) xmlGetNumericAttribute(node, "mod", 0);
|
||||
if (CFrontend::isSat(delsys))
|
||||
feparams.fec_inner = (fe_code_rate_t)xmlGetNumericAttribute(node, "fec", 0);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user