Set the account to dirty upon updating some Feed properties.

This commit is contained in:
Brent Simmons 2017-10-07 20:25:17 -07:00
parent c52eb024ab
commit 7f6f6f9061

View File

@ -82,6 +82,7 @@ extension LocalAccountRefresher: DownloadSessionDelegate {
} }
feed.contentHash = dataHash feed.contentHash = dataHash
feed.account?.dirty = true
} }
} }
} }