mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
-add reloadsetup (neutrino.conf) to nhttpd controlapi
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@849 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -3570,6 +3570,14 @@ printf("NeutrinoMessages::EVT_BOUQUETSCHANGED\n");fflush(stdout);
|
||||
standbyMode( true );
|
||||
return messages_return::handled;
|
||||
}
|
||||
else if( msg == NeutrinoMessages::RELOAD_SETUP ) {
|
||||
bool tmp = g_settings.make_hd_list;
|
||||
loadSetup(NEUTRINO_SETTINGS_FILE);
|
||||
if(tmp != g_settings.make_hd_list)
|
||||
g_Zapit->reinitChannels();
|
||||
|
||||
return messages_return::handled;
|
||||
}
|
||||
else if( msg == NeutrinoMessages::STANDBY_TOGGLE ) {
|
||||
standbyMode( !(mode & mode_standby) );
|
||||
g_RCInput->clearRCMsg();
|
||||
|
Reference in New Issue
Block a user