mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
zapit/src/bouquets.cpp: set channel user name also for non-present channels,
else username is lost after any ubouquets.xml save. (fix for commit6c55ddfbe8
) Origin commit data ------------------ Branch: ni/coolstream Commit:55bf8603c9
Author: [CST] Focus <focus.cst@gmail.com> Date: 2015-01-15 (Thu, 15 Jan 2015) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -452,6 +452,8 @@ void CBouquetManager::parseBouquetsXml(const char *fname, bool bUser)
|
||||
CServiceManager::getInstance()->AddChannel(chan);
|
||||
chan->flags = CZapitChannel::NOT_FOUND;
|
||||
chan->bLocked = clock;
|
||||
if(!(uname.empty()))
|
||||
chan->setUserName(uname);
|
||||
newBouquet->addService(chan);
|
||||
CServiceManager::getInstance()->SetServicesChanged(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user