mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
completly remove metadata on refresh
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -175,6 +175,8 @@ void HttpMetaCache::evictAll()
|
||||
if (!evictEntry(entry))
|
||||
qCWarning(taskHttpMetaCacheLogC) << "Unexpected missing cache entry" << entry->m_basePath;
|
||||
}
|
||||
map.entry_list.clear();
|
||||
FS::deletePath(map.base_path);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user