Parsing tvrage id from newznab with TryParse now

This commit is contained in:
Mark McDowall 2013-08-24 21:28:07 -07:00
commit c179e715a6
2 changed files with 6 additions and 5 deletions

View file

@ -93,14 +93,10 @@ namespace NzbDrone.Core.Tv
_logger.WarnException("Couldn't update series path for " + series.Path, e);
}
_seriesService.UpdateSeries(series);
_refreshEpisodeService.RefreshEpisodeInfo(series, tuple.Item2);
_messageAggregator.PublishEvent(new SeriesUpdatedEvent(series));
}
}
}