remove /NI tags from some picked lines

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a91eb8109
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-10-03 (Wed, 03 Oct 2018)

Origin message was:
------------------
- remove /NI tags from some picked lines

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-10-03 18:01:22 +02:00
parent 2c1c85eb1a
commit 3898aaeb34
4 changed files with 5 additions and 5 deletions

View File

@@ -586,7 +586,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
g_settings.radiotext_enable = configfile.getBool("radiotext_enable" , true); //NI
//audio
g_settings.audio_AnalogMode = configfile.getInt32( "audio_AnalogMode", 0 );
g_settings.audio_DolbyDigital = configfile.getBool("audio_DolbyDigital" , true); //NI
g_settings.audio_DolbyDigital = configfile.getBool("audio_DolbyDigital" , true);
g_settings.auto_lang = configfile.getInt32( "auto_lang", 1 ); //NI
g_settings.auto_subs = configfile.getInt32( "auto_subs", 0 );