mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
Fix adding new feeds and version check at start-up
This commit is contained in:
@@ -51,7 +51,7 @@ namespace FeedCenter
|
||||
|
||||
public Category DefaultCategory
|
||||
{
|
||||
get { return _allCategories.First(c => c.IsDefault); }
|
||||
get { return AllCategories.First(c => c.IsDefault); }
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user