zapit/src/femanager.cpp fix livefe check

Origin commit data
------------------
Branch: ni/coolstream
Commit: 1813a52a79
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-18 (Fri, 18 Jan 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-01-18 13:28:13 +04:00
parent 526160123e
commit 791cda69af

View File

@@ -485,7 +485,7 @@ CFrontend * CFEManager::getFrontend(CZapitChannel * channel)
CFrontend * free_frontend = NULL;
CFrontend * same_tid_fe = NULL;
if (livefe && livefe->sameTsidOnid(channel->getTransponderId()))
if (livefe && livefe->tuned && livefe->sameTsidOnid(channel->getTransponderId()))
return livefe;
t_satellite_position satellitePosition = channel->getSatellitePosition();