mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make article extract feed flag optional
This commit is contained in:
@@ -134,7 +134,7 @@ public final class Feed: DisplayNameProvider, Renamable, UnreadCountProvider, Ha
|
||||
}
|
||||
}
|
||||
|
||||
public var isArticleExtractorAlwaysOn: Bool {
|
||||
public var isArticleExtractorAlwaysOn: Bool? {
|
||||
get {
|
||||
return metadata.isArticleExtractorAlwaysOn
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ final class FeedMetadata: Codable {
|
||||
}
|
||||
}
|
||||
|
||||
var isArticleExtractorAlwaysOn = false {
|
||||
var isArticleExtractorAlwaysOn: Bool? {
|
||||
didSet {
|
||||
if isArticleExtractorAlwaysOn != oldValue {
|
||||
valueDidChange(.contentHash)
|
||||
|
||||
Reference in New Issue
Block a user