zapit/src/zapit.cpp: set channel deltype

This commit is contained in:
[CST] Focus
2013-01-16 15:52:36 +04:00
parent 093eae2ebc
commit 0d18489a89

View File

@@ -1545,6 +1545,7 @@ bool CZapit::ParseCommand(CBasicMessage::Header &rmsg, int connfd)
satellitePosition,
0
);
channel->deltype = live_fe->getType();
CServiceManager::getInstance()->AddNVODChannel(channel);
}