mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
zapit/src/bouquets.cpp: fix missing channels in remainChannels
Origin commit data
------------------
Commit: c09d5cfb04
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-20 (Fri, 20 Apr 2012)
This commit is contained in:
@@ -403,7 +403,8 @@ void CBouquetManager::renumChannels(ZapitChannelList &list, int & counter, char
|
||||
if(!(*it)->pname && pname)
|
||||
(*it)->pname = pname;
|
||||
|
||||
(*it)->has_bouquet = true;
|
||||
if ((*it)->pname)
|
||||
(*it)->has_bouquet = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user