mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
DeleteInvalidEpisodes with tests added to delete episodes that TheTvDb no longer has (previously bad data).
This commit is contained in:
parent
7ca59b92aa
commit
30ffe79442
5 changed files with 363 additions and 1 deletions
|
@ -82,7 +82,7 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
public virtual Series UpdateSeriesInfo(int seriesId)
|
||||
{
|
||||
var tvDbSeries = _tvDbProvider.GetSeries(seriesId, true);
|
||||
var tvDbSeries = _tvDbProvider.GetSeries(seriesId, false);
|
||||
var series = GetSeries(seriesId);
|
||||
|
||||
series.SeriesId = tvDbSeries.Id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue