mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix updating local feed list when no remote feeds.
When there were no remote feeds the logic to remove local feeds was skipped.
This commit is contained in:
@@ -612,7 +612,7 @@ private extension FeedbinAccountDelegate {
|
||||
|
||||
func syncFeeds(_ account: Account, _ subscriptions: [FeedbinSubscription]?) {
|
||||
|
||||
guard let subscriptions = subscriptions else { return }
|
||||
let subscriptions = subscriptions ?? []
|
||||
|
||||
os_log(.debug, log: log, "Syncing feeds with %ld subscriptions.", subscriptions.count)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user