mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fill in the addedat !wip
This commit is contained in:
parent
21cb5820dd
commit
f709c0acbc
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue