Merge branch 'mac-release'

This commit is contained in:
Brent Simmons
2019-09-08 21:44:28 -07:00
6 changed files with 19 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ private func accountAndArticlesDictionary(_ articles: Set<Article>) -> [String:
extension Article {
var feed: Feed? {
return account?.existingFeed(with: feedID)
return account?.existingFeed(withFeedID: feedID)
}
var preferredLink: String? {