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:
@@ -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