mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Added absolute episode number to DB
This commit is contained in:
parent
0de4a43cc1
commit
070f6bb318
3 changed files with 19 additions and 3 deletions
|
@ -18,12 +18,10 @@ namespace NzbDrone.Core.Repository
|
|||
public int EpisodeNumber { get; set; }
|
||||
public string Title { get; set; }
|
||||
public DateTime? AirDate { get; set; }
|
||||
|
||||
public string Overview { get; set; }
|
||||
|
||||
public Boolean Ignored { get; set; }
|
||||
|
||||
public PostDownloadStatusType PostDownloadStatus { get; set; }
|
||||
public int AbsoluteEpisodeNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the grab date.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue