mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Merge branch 'dev' of https://github.com/tidusjar/PlexRequests.Net into dev
This commit is contained in:
commit
1350202993
10 changed files with 334 additions and 15 deletions
|
@ -251,6 +251,14 @@ namespace Ombi.Services.Jobs.RecentlyAddedNewsletter
|
|||
AddedAt = DateTime.UtcNow
|
||||
});
|
||||
}
|
||||
foreach (var s in filteredSeries)
|
||||
{
|
||||
RecentlyAddedLog.Insert(new RecentlyAddedLog
|
||||
{
|
||||
ProviderId = s.ProviderId,
|
||||
AddedAt = DateTime.UtcNow
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue