More cleanup and fixes

This commit is contained in:
2023-04-12 11:35:19 -04:00
parent 64d0f770ca
commit a81cf5e69f
28 changed files with 472 additions and 473 deletions

View File

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