Fix adding new feeds and version check at start-up

This commit is contained in:
2015-01-22 16:50:28 -05:00
parent 75ba11fefd
commit f7dddff14d
3 changed files with 6 additions and 15 deletions

View File

@@ -51,7 +51,7 @@ namespace FeedCenter
public Category DefaultCategory
{
get { return _allCategories.First(c => c.IsDefault); }
get { return AllCategories.First(c => c.IsDefault); }
}
#endregion