mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
neutrino.cpp: avoid webtv duplicates
Origin commit data
------------------
Commit: 247e38a204
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-10 (Wed, 10 Sep 2014)
This commit is contained in:
@@ -673,6 +673,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
|
||||
g_settings.logo_hdd_dir = configfile.getString( "logo_hdd_dir", "/media/sda1/logos" );
|
||||
|
||||
g_settings.webtv_xml.clear();
|
||||
int webtv_count = configfile.getInt32("webtv_xml_count", 0);
|
||||
if (webtv_count) {
|
||||
for (int i = 0; i < webtv_count; i++) {
|
||||
|
Reference in New Issue
Block a user