mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
minor cleanup.
This commit is contained in:
@@ -100,7 +100,7 @@ namespace NzbDrone.Core.Parser
|
||||
|
||||
|
||||
//TODO: this will fail since parsed date will be local, and stored date will be UTC
|
||||
//which means they will probebly end up on diffrent dates
|
||||
//which means they will probably end up on different dates
|
||||
var episodeInfo = _episodeService.GetEpisode(series.Id, parsedEpisodeInfo.AirDate.Value);
|
||||
|
||||
if (episodeInfo != null)
|
||||
|
Reference in New Issue
Block a user