mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
HistoryProvider will return History Items with Episode and SeriesTitle.
This commit is contained in:
parent
5c055ebb9a
commit
0972c956b8
3 changed files with 29 additions and 24 deletions
|
@ -16,5 +16,11 @@ namespace NzbDrone.Core.Repository
|
|||
public DateTime Date { get; set; }
|
||||
public bool IsProper { get; set; }
|
||||
public string Indexer { get; set; }
|
||||
|
||||
[ResultColumn]
|
||||
public Episode Episode { get; set; }
|
||||
|
||||
[ResultColumn]
|
||||
public string SeriesTitle { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue