mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-19 13:02:55 +01:00
Fix one of several build errors.
This commit is contained in:
parent
e4d1ed8bd9
commit
f17f31ba12
@ -76,7 +76,7 @@ final class LocalAccountRefresher: DownloadSessionDelegate {
|
||||
account.update(feed, parsedFeed: parsedFeed) {
|
||||
|
||||
if let httpResponse = response as? HTTPURLResponse {
|
||||
let conditionalGetInfo = HTTPConditionalGetInfo(URLResponse: httpResponse)
|
||||
let conditionalGetInfo = HTTPConditionalGetInfo(urlResponse: httpResponse)
|
||||
if !conditionalGetInfo.isEmpty || feed.conditionalGetInfo != nil {
|
||||
feed.conditionalGetInfo = conditionalGetInfo
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user