mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
zapit/src/zapit.cpp: keep old defaults, channel name present in both bouquets and ubouquets
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