Fixed: Xem mapped series should be more reliable

This commit is contained in:
Mark McDowall
2014-01-09 17:41:08 -08:00
parent 5ada7efefc
commit 401a5c9f26
6 changed files with 19 additions and 16 deletions
@@ -99,6 +99,8 @@ namespace NzbDrone.Core.Tv
public void Execute(RefreshSeriesCommand message)
{
_eventAggregator.PublishEvent(new SeriesRefreshStartingEvent());
if (message.SeriesId.HasValue)
{
var series = _seriesService.GetSeries(message.SeriesId.Value);