mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
zapit/src/zapit.cpp: keep old defaults, channel name present in both bouquets and ubouquets
Origin commit data
------------------
Branch: ni/coolstream
Commit: a6b585f880
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-27 (Mon, 27 Oct 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -299,7 +299,7 @@ void CZapit::LoadSettings()
|
||||
voltageOff = configfile.getBool("voltageOff", 0);
|
||||
#endif
|
||||
config.saveLastChannel = configfile.getBool("saveLastChannel", true);
|
||||
config.writeChannelsNames = configfile.getInt32("writeChannelsNames", 1);
|
||||
config.writeChannelsNames = configfile.getInt32("writeChannelsNames", 3);
|
||||
/* FIXME Channels renum should be done for all channels atm. TODO*/
|
||||
//config.makeRemainingChannelsBouquet = configfile.getBool("makeRemainingChannelsBouquet", 1);
|
||||
config.makeRemainingChannelsBouquet = 1;
|
||||
|
Reference in New Issue
Block a user