1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

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

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));