More cleanup and UI work

This commit is contained in:
2023-04-12 13:44:15 -04:00
parent a81cf5e69f
commit 242663c3e5
19 changed files with 146 additions and 80 deletions

View File

@@ -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();