mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix some build errors.
This commit is contained in:
@@ -11,6 +11,7 @@ import Account
|
||||
import Tree
|
||||
import Parser
|
||||
import Core
|
||||
import CommonErrors
|
||||
|
||||
enum AddFeedType {
|
||||
case web
|
||||
@@ -105,7 +106,7 @@ class AddFeedViewController: UITableViewController {
|
||||
}
|
||||
|
||||
if account!.hasFeed(withURL: url.absoluteString) {
|
||||
presentError(AccountError.createErrorAlreadySubscribed)
|
||||
presentError(CommonError.createErrorAlreadySubscribed)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user