mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Convert downloader to async await. Convert FeedFinder to async await.
This commit is contained in:
@@ -21,7 +21,7 @@ struct HTMLMetadataDownloader {
|
||||
return nil
|
||||
}
|
||||
|
||||
let downloadData = try? await downloadUsingCache(actualURL)
|
||||
let downloadData = try? await DownloadWithCacheManager.shared.download(actualURL)
|
||||
let data = downloadData?.data
|
||||
let response = downloadData?.response
|
||||
|
||||
|
||||
Reference in New Issue
Block a user