mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
neutrino.cpp: fix webtv_usr.xml check for adding by default
This commit is contained in:
@@ -641,7 +641,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
}
|
||||
} else {
|
||||
std::string webtv_xml = configfile.getString("webtv_xml", WEBTV_XML);
|
||||
if (!file_size(webtv_xml.c_str()))
|
||||
if (file_size(webtv_xml.c_str()))
|
||||
g_settings.webtv_xml.push_back(webtv_xml);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user