mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
History stores SeriesId now
This commit is contained in:
parent
30a24fd0b4
commit
cdc9098ac7
4 changed files with 1 additions and 6 deletions
|
@ -17,9 +17,6 @@ namespace NzbDrone.Core.History
|
|||
public string NzbInfoUrl { get; set; }
|
||||
public string ReleaseGroup { get; set; }
|
||||
|
||||
// public LazyLoaded<Episode> Episode { get; set; }
|
||||
// public LazyLoaded<Series> Series { get; set; }
|
||||
|
||||
public Episode Episode { get; set; }
|
||||
public Series Series { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue