Removed Trakt to Tvdb migration workaround, so it actually removes the tvrageid when skyhook says so.
This commit is contained in:
parent
0c7d8c2d38
commit
99f6c65b76
|
@ -183,11 +183,6 @@ namespace NzbDrone.Core.Tv
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (series.TvRageId == 0)
|
|
||||||
{
|
|
||||||
series.TvRageId = storedSeries.TvRageId;
|
|
||||||
}
|
|
||||||
|
|
||||||
var updatedSeries = _seriesRepository.Update(series);
|
var updatedSeries = _seriesRepository.Update(series);
|
||||||
_eventAggregator.PublishEvent(new SeriesEditedEvent(updatedSeries, storedSeries));
|
_eventAggregator.PublishEvent(new SeriesEditedEvent(updatedSeries, storedSeries));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue