Fix translation downloading
This commit is contained in:
parent
43b9706b5c
commit
b4122cff89
@ -27,9 +27,11 @@ void TranslationDownloader::indexRecieved()
|
|||||||
{
|
{
|
||||||
if (!line.isEmpty())
|
if (!line.isEmpty())
|
||||||
{
|
{
|
||||||
|
MetaEntryPtr entry = MMC->metacache()->resolveEntry("translations", "mmc_" + line);
|
||||||
|
entry->stale = true;
|
||||||
CacheDownloadPtr dl = CacheDownload::make(
|
CacheDownloadPtr dl = CacheDownload::make(
|
||||||
QUrl(URLConstants::TRANSLATIONS_BASE_URL + line),
|
QUrl(URLConstants::TRANSLATIONS_BASE_URL + line),
|
||||||
MMC->metacache()->resolveEntry("translations", "mmc_" + line));
|
entry);
|
||||||
m_dl_job->addNetAction(dl);
|
m_dl_job->addNetAction(dl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user