Removed Trakt to Tvdb migration workaround, so it actually removes the tvrageid when skyhook says so.

This commit is contained in:
Taloth Saldono 2015-09-27 11:38:39 +02:00
parent 0c7d8c2d38
commit 99f6c65b76
1 changed files with 0 additions and 5 deletions

View File

@ -183,11 +183,6 @@ namespace NzbDrone.Core.Tv
}
}
if (series.TvRageId == 0)
{
series.TvRageId = storedSeries.TvRageId;
}
var updatedSeries = _seriesRepository.Update(series);
_eventAggregator.PublishEvent(new SeriesEditedEvent(updatedSeries, storedSeries));