mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Removed Trakt to Tvdb migration workaround, so it actually removes the tvrageid when skyhook says so.
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user