mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-14 18:47:17 -05:00
More cleanup and UI work
This commit is contained in:
@@ -22,7 +22,7 @@ namespace FeedCenter
|
||||
// Create and configure the new feed
|
||||
var feed = Feed.Create();
|
||||
feed.Source = feedUrl;
|
||||
feed.Category = _database.DefaultCategory;
|
||||
feed.CategoryId = _database.DefaultCategory.Id;
|
||||
|
||||
// Try to detect the feed type
|
||||
var feedTypeResult = feed.DetectFeedType();
|
||||
|
||||
Reference in New Issue
Block a user