restructuring series detail around season and episodes being separate resources.

This commit is contained in:
kay.one 2013-03-03 11:59:04 -08:00
commit 6447b78a5a
12 changed files with 35 additions and 83 deletions

View file

@ -6,8 +6,8 @@ namespace NzbDrone.Api.Episodes
{
public class EpisodeResource
{
public Int32 Id { get; set; }
public Int32 SeriesId { get; set; }
public Int32 EpisodeId { get; set; }
public Int32 EpisodeFileId { get; set; }
public Int32 SeasonNumber { get; set; }
public Int32 EpisodeNumber { get; set; }