mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-27 09:21:21 +01:00
Fix Untitled feed bug
This commit is contained in:
parent
f6a81c07fb
commit
dedb207cae
@ -224,13 +224,12 @@ private extension CloudKitAcountZoneDelegate {
|
||||
|
||||
} else {
|
||||
|
||||
container.addWebFeed(webFeed)
|
||||
|
||||
refreshProgress?.addToNumberOfTasksAndRemaining(1)
|
||||
InitialFeedDownloader.download(url) { parsedFeed in
|
||||
self.refreshProgress?.completeTask()
|
||||
if let parsedFeed = parsedFeed {
|
||||
account.update(webFeed, with: parsedFeed, { _ in
|
||||
container.addWebFeed(webFeed)
|
||||
completion(webFeed)
|
||||
})
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user