mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-06 17:24:33 -05:00
More cleanup and UI work
This commit is contained in:
@@ -193,7 +193,7 @@ public static class LegacyDatabase
|
||||
|
||||
foreach (var feed in feeds)
|
||||
{
|
||||
feed.Category = categories.FirstOrDefault(c => c.Id == feed.CategoryId);
|
||||
feed.CategoryId = categories.First(c => c.Id == feed.CategoryId).Id;
|
||||
}
|
||||
|
||||
foreach (var feedItem in feedItems)
|
||||
|
||||
Reference in New Issue
Block a user