mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-02 17:24:21 -05:00
Some cleanup
This commit is contained in:
@@ -63,7 +63,7 @@ namespace FeedCenter
|
||||
}
|
||||
|
||||
// Read the feed for the first time
|
||||
var feedReadResult = feed.Read(_database);
|
||||
var feedReadResult = feed.Read();
|
||||
|
||||
// See if we read the feed okay
|
||||
if (feedReadResult == FeedReadResult.Success)
|
||||
|
||||
Reference in New Issue
Block a user