diff options
Diffstat (limited to 'helpers.c')
-rw-r--r-- | helpers.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -164,8 +164,7 @@ std::vector<std::string>& splitstring::split(char delim, int rep) { cPlugin *GetScraperPlugin(void) { static cPlugin *pScraper = cPluginManager::GetPlugin("scraper2vdr"); - if( !pScraper ) // if it doesn't exit, try tvscraper + if (!pScraper ) // if it doesn't exit, try tvscraper pScraper = cPluginManager::GetPlugin("tvscraper"); return pScraper; } - |