mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
Some cleanup
This commit is contained in:
@@ -159,7 +159,7 @@ namespace FeedCenter
|
||||
foreach (var feed in feedsToRead)
|
||||
{
|
||||
// Read the feed
|
||||
database.SaveChanges(() => feed.Read(database, workerInput.ForceRead));
|
||||
database.SaveChanges(() => feed.Read(workerInput.ForceRead));
|
||||
|
||||
// Increment progress
|
||||
currentProgress += 1;
|
||||
|
||||
Reference in New Issue
Block a user