mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
LazyLoaded Series and Episode again for history
This commit is contained in:
parent
17e99958e1
commit
68f93dbb10
3 changed files with 8 additions and 8 deletions
|
@ -65,8 +65,8 @@ namespace NzbDrone.Api.History
|
|||
{
|
||||
Id = 1,
|
||||
Date = DateTime.UtcNow.AddHours(-5),
|
||||
Episode = episode,
|
||||
Series = series,
|
||||
// Episode = episode,
|
||||
// Series = series,
|
||||
Indexer = "nzbs.org",
|
||||
Quality = new QualityModel(Quality.HDTV720p)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue