mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Update MediaBrowser.Providers/TV/MissingEpisodeProvider.cs
Co-Authored-By: cvium <cvium@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user