mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed an issue where the emby newsletter was always showing series.
This commit is contained in:
parent
ff7b48c399
commit
b941d32b60
1 changed files with 8 additions and 0 deletions
|
@ -255,6 +255,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