mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Rearanged episodes object, added method stubs
This commit is contained in:
parent
de212f8b98
commit
8d47bcbe5e
7 changed files with 172 additions and 34 deletions
|
@ -8,18 +8,12 @@ namespace NzbDrone.Core.Repository
|
|||
{
|
||||
[SubSonicPrimaryKey]
|
||||
public string EpisodeId { get; set; }
|
||||
|
||||
public string SeriesId { get; set; }
|
||||
public long SeriesId { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Title2 { get; set; }
|
||||
public int Season { get; set; }
|
||||
public long Season { get; set; }
|
||||
public int EpisodeNumber { get; set; }
|
||||
public int EpisodeNumber2 { get; set; }
|
||||
public DateTime AirDate { get; set; }
|
||||
public string Release { get; set; }
|
||||
public int Quality { get; set; }
|
||||
public Quality Quality { get; set; }
|
||||
public bool Proper { get; set; }
|
||||
public String FileName { get; set; }
|
||||
public SyndicationItem Feed { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue