Merge branch 'mac-candidate'

This commit is contained in:
Maurice Parker
2019-07-23 16:36:46 -05:00
8 changed files with 68 additions and 9 deletions

View File

@@ -304,7 +304,7 @@ final class ReaderAPIAccountDelegate: AccountDelegate {
}
func removeFeed(for account: Account, with feed: Feed, from container: Container?, completion: @escaping (Result<Void, Error>) -> Void) {
func removeFeed(for account: Account, with feed: Feed, from container: Container, completion: @escaping (Result<Void, Error>) -> Void) {
if feed.folderRelationship?.count ?? 0 > 1 {
deleteTagging(for: account, with: feed, from: container, completion: completion)
} else {