mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user