Fill in the addedat !wip

This commit is contained in:
TidusJar 2018-08-28 09:35:47 +01:00
commit f709c0acbc

View file

@ -67,7 +67,8 @@ namespace Ombi.Schedule.Jobs.Lidarr
TrackCount = a.currentRelease.trackCount,
Monitored = a.monitored,
Title = a.title,
PercentOfTracks = a.statistics?.percentOfEpisodes ?? 0m
PercentOfTracks = a.statistics?.percentOfEpisodes ?? 0m,
AddedAt = DateTime.Now,
});
}
}