mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix bug updating NewsBlur feeds.
This commit is contained in:
@@ -77,7 +77,7 @@ final class NewsBlurAPICaller: NSObject {
|
||||
.appendingPathComponent("reader/feeds")
|
||||
.appendingQueryItems([
|
||||
URLQueryItem(name: "flat", value: "true"),
|
||||
URLQueryItem(name: "update_counts", value: "false"),
|
||||
URLQueryItem(name: "update_counts", value: "true"),
|
||||
])
|
||||
|
||||
requestData(callURL: url, resultType: NewsBlurFeedsResponse.self) { result in
|
||||
|
||||
Reference in New Issue
Block a user