mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Don't allow a feed to be in more than one folder for Reader API accounts
This commit is contained in:
@@ -29,7 +29,7 @@ final class ReaderAPIAccountDelegate: AccountDelegate {
|
||||
private var log = OSLog(subsystem: Bundle.main.bundleIdentifier!, category: "ReaderAPI")
|
||||
|
||||
var behaviors: AccountBehaviors {
|
||||
var behaviors: AccountBehaviors = [.disallowOPMLImports]
|
||||
var behaviors: AccountBehaviors = [.disallowOPMLImports, .disallowFeedInMultipleFolders]
|
||||
if variant == .freshRSS {
|
||||
behaviors.append(.disallowFeedInRootFolder)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user