Check if download is active
bool isDownloadActive(String url) { return _activeDownloads.containsKey(url); }