#1264 "They may take our lives, but they'll never take our freedom!"

This commit is contained in:
tidusjar 2017-04-06 20:35:57 +01:00
commit d53864fef1
8 changed files with 152 additions and 9 deletions

View file

@ -34,6 +34,9 @@ namespace Ombi.Store.Models
[Table("RecentlyAddedLog")]
public class RecentlyAddedLog : Entity
{
/// <summary>
/// This is actually a unique id for that content...
/// </summary>
public string ProviderId { get; set; }
public DateTime AddedAt { get; set; }
}