mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Fixed the issue where when we find an episode for the recently added sync, we don't check if we should run the availbility checker.
This commit is contained in:
parent
8cbdab8e22
commit
05a0369aca
7 changed files with 102 additions and 39 deletions
|
@ -89,6 +89,7 @@ namespace Ombi.Store.Repository
|
|||
{
|
||||
return await Db.PlexServerContent
|
||||
.Include(x => x.Seasons)
|
||||
.Include(x => x.Episodes)
|
||||
.FirstOrDefaultAsync(predicate);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue