Add download subscriptions and faviconURLs

This commit is contained in:
Maurice Parker
2019-05-07 10:51:41 -05:00
parent a5a066dd49
commit 7f9055fe78
22 changed files with 335 additions and 260 deletions

View File

@@ -220,10 +220,7 @@ private extension AddFeedViewController {
return
}
guard let feed = account.createFeed(with: titleFromFeed, editedName: userEnteredTitle, url: feedURLString) else {
delegate?.processingDidEnd()
return
}
let feed = account.createFeed(with: titleFromFeed, editedName: userEnteredTitle, url: feedURLString)
if let parsedFeed = parsedFeed {
account.update(feed, with: parsedFeed, {})