mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-04 12:18:27 +02:00
mb.cpp: fix locale for YT
Origin commit data
------------------
Commit: 8fc2a511da
Author: GetAway <get-away@t-online.de>
Date: 2018-10-16 (Tue, 16 Oct 2018)
This commit is contained in:
@@ -324,7 +324,7 @@ bool cYTFeedParser::parseFeedJSON(std::string &answer)
|
||||
Json::Value elements = root["items"];
|
||||
for(unsigned int i=0; i<elements.size();++i)
|
||||
{
|
||||
OnProgress(i, elements.size(), g_Locale->getText(LOCALE_MOVIEBROWSER_SCAN_FOR_MOVIES));
|
||||
OnProgress(i, elements.size(), g_Locale->getText(LOCALE_MOVIEBROWSER_SCAN_FOR_VIDEOS));
|
||||
#ifdef DEBUG_PARSER
|
||||
printf("=========================================================\n");
|
||||
printf("Element %d in elements\n", i);
|
||||
|
Reference in New Issue
Block a user