mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-26 09:33:25 +01:00
Set the account to dirty upon updating some Feed properties.
This commit is contained in:
parent
c52eb024ab
commit
7f6f6f9061
@ -82,6 +82,7 @@ extension LocalAccountRefresher: DownloadSessionDelegate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
feed.contentHash = dataHash
|
feed.contentHash = dataHash
|
||||||
|
feed.account?.dirty = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user