mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
OID changed to a field
DeleteEpsidoesNotInTvdb disabled for now since its broken
This commit is contained in:
parent
afcbbf54c7
commit
bfc026128d
2 changed files with 3 additions and 1 deletions
|
@ -302,6 +302,8 @@ namespace NzbDrone.Core.Tv
|
|||
|
||||
private void DeleteEpisodesNotInTvdb(Series series, IEnumerable<Episode> tvdbEpisodes)
|
||||
{
|
||||
//Todo: This will not work as currently implemented - what are we trying to do here?
|
||||
return;
|
||||
logger.Trace("Starting deletion of episodes that no longer exist in TVDB: {0}", series.Title.WithDefault(series.Id));
|
||||
foreach (var episode in tvdbEpisodes)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue