This commit is contained in:
tidusjar 2016-07-28 13:59:00 +01:00
parent 5024178724
commit b4bc51c862
6 changed files with 13 additions and 10 deletions

View file

@ -33,5 +33,6 @@ namespace PlexRequests.UI.Models
public bool Requested { get; set; }
public string Name { get; set; }
public int Id { get; set; }
public int EpisodeId { get; set; } // Not used other than in the view to keep everything unique
}
}