minor cleanup.

This commit is contained in:
kay.one 2013-06-02 20:44:31 -07:00
commit 6c1d16ae57
5 changed files with 9 additions and 4 deletions

View file

@ -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)