mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 12:00:06 -07:00
fix(newsletter): Fix newsletter not publishing double episodes (#4495)
[skip ci]
This commit is contained in:
parent
86e87dad49
commit
ddf63fbed0
4 changed files with 5 additions and 20 deletions
|
@ -28,11 +28,5 @@ namespace Ombi.Store.Entities
|
|||
return content.OfType<PlexServerContent>().FirstOrDefault(
|
||||
x => x.Key == this.PlexSeries.Key);
|
||||
}
|
||||
|
||||
public override bool IsIn(IMediaServerContent content)
|
||||
{
|
||||
return content.Episodes.Cast<PlexEpisode>().Any(x => x.Key == this.Key);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue