Fixed to category handling

This commit is contained in:
2014-12-15 16:05:45 -05:00
parent 722f134a4e
commit 75ba11fefd
8 changed files with 25 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ namespace FeedCenter
public FeedCenter.FeedReadResult LastReadResult { get; set; }
public System.DateTime LastUpdated { get; set; }
public FeedCenter.FeedItemComparison ItemComparison { get; set; }
public System.Guid CategoryID { get; set; }
private System.Guid CategoryID { get; set; }
public FeedCenter.MultipleOpenAction MultipleOpenAction { get; set; }
public virtual Category Category { get; set; }