zapit/src/fastscan.cpp: set channel deltype

Origin commit data
------------------
Commit: b651c8a591
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-16 (Wed, 16 Jan 2013)
This commit is contained in:
[CST] Focus
2013-01-16 15:53:16 +04:00
parent 2e5c5e8543
commit edf84c7c81

View File

@@ -317,8 +317,8 @@ bool CServiceScan::ParseFst(unsigned short pid, fast_scan_operator_t * op)
channel_id,
service_type,
satellitePosition,
freq
);
freq);
newchannel->deltype = FE_QPSK;
CServiceManager::getInstance()->AddChannel(newchannel);
}
newchannel->setName(serviceName);