mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed broken tests
This commit is contained in:
parent
eb5a15a8ca
commit
50f66cbcca
2 changed files with 2 additions and 4 deletions
|
@ -105,8 +105,6 @@ namespace NzbDrone.Core.Parser
|
|||
return new List<Episode>();
|
||||
}
|
||||
|
||||
//TODO: this will fail since parsed date will be local, and stored date will be UTC
|
||||
//which means they will probably end up on different dates
|
||||
var episodeInfo = _episodeService.GetEpisode(series.Id, parsedEpisodeInfo.AirDate.Value);
|
||||
|
||||
if (episodeInfo != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue