mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
neutrino: enable caching teletext by default
Origin commit data
------------------
Commit: 41a31e0024
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Origin message was:
------------------
- neutrino: enable caching teletext by default
This commit is contained in:
@@ -790,7 +790,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
g_settings.auto_cover = configfile.getInt32( "auto_cover", 0);
|
||||
|
||||
g_settings.screenshot_dir = configfile.getString( "screenshot_dir", "/media/sda1/movies" );
|
||||
g_settings.cacheTXT = configfile.getInt32( "cacheTXT", 0);
|
||||
g_settings.cacheTXT = configfile.getInt32( "cacheTXT", 1);
|
||||
g_settings.minimode = configfile.getInt32( "minimode", 0);
|
||||
g_settings.mode_clock = configfile.getInt32( "mode_clock", 0);
|
||||
g_settings.zapto_pre_time = configfile.getInt32( "zapto_pre_time", 0);
|
||||
|
Reference in New Issue
Block a user