mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Also clear redirect cache when clearing network cache (#6052)
This commit is contained in:
parent
ae2c55c33b
commit
62c02e3fce
1 changed files with 1 additions and 0 deletions
|
|
@ -234,4 +234,5 @@ void PictureLoaderWorker::cleanStaleEntries()
|
|||
void PictureLoaderWorker::clearNetworkCache()
|
||||
{
|
||||
networkManager->cache()->clear();
|
||||
redirectCache.clear();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue