mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-30 23:00:18 -04:00
Update MediaBrowser.Providers/TV/MissingEpisodeProvider.cs
Co-Authored-By: cvium <cvium@users.noreply.github.com>
This commit is contained in:
parent
350e795640
commit
e970d7a6aa
@ -151,7 +151,7 @@ namespace MediaBrowser.Providers.TV
|
||||
|
||||
var airDate = tuple.FirstAired;
|
||||
|
||||
var now = DateTime.UtcNow.AddDays(0 - UnairedEpisodeThresholdDays);
|
||||
var now = DateTime.UtcNow.AddDays(-UnairedEpisodeThresholdDays);
|
||||
|
||||
if (airDate < now && addMissingEpisodes || airDate > now)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user