Skip to content
Commit adcdc2e0 authored by Timm Bäder's avatar Timm Bäder 🤔 Committed by Zeeshan Ali
Browse files

downloader: Use an array of cache dirs in download

Downloader.download now takes an array of cached directories.
We first check if the requested file exists in any of the given cache
directories. If the file does not yet exist, we download it and save it
in location the first element of the array points to.

https://bugzilla.gnome.org/show_bug.cgi?id=698144
parent 71dff913
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment