mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
!wip fixed builds
This commit is contained in:
parent
870eec17c5
commit
72e0ebc887
2 changed files with 16 additions and 7 deletions
|
@ -63,7 +63,7 @@ namespace Ombi.Core.Rule.Rules.Search
|
|||
episode.Available = true;
|
||||
}
|
||||
}
|
||||
public async Task SingleEpisodeCheck(bool useImdb, IQueryable<EmbyEpisode> allEpisodes, EpisodeRequests episode,
|
||||
public static async Task SingleEpisodeCheck(bool useImdb, IQueryable<EmbyEpisode> allEpisodes, EpisodeRequests episode,
|
||||
SeasonRequests season, EmbyContent item, bool useTheMovieDb, bool useTvDb)
|
||||
{
|
||||
EmbyEpisode epExists = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue