mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-03 01:25:38 -05:00
More cleanup and fixes
This commit is contained in:
@@ -185,6 +185,9 @@ public static class LegacyDatabase
|
||||
{
|
||||
foreach (var category in categories)
|
||||
{
|
||||
if (category.Name == Category.DefaultName)
|
||||
category.IsDefault = true;
|
||||
|
||||
category.Feeds = feeds.Where(f => f.CategoryId == category.Id).ToList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user