diff --git a/Frameworks/RSWeb/RSWeb/OneShotDownload.swift b/Frameworks/RSWeb/RSWeb/OneShotDownload.swift index 3d8ca9c95..65f5f858b 100755 --- a/Frameworks/RSWeb/RSWeb/OneShotDownload.swift +++ b/Frameworks/RSWeb/RSWeb/OneShotDownload.swift @@ -127,7 +127,7 @@ private final class DownloadWithCacheManager { return } - download(url) { (data, response, error) in + OneShotDownloadManager.shared.download(url) { (data, response, error) in if let _ = error, let cacheRecord = cacheRecord { // In the case where a cache record has expired, but the download returned an error, we use the cache record anyway. By design.