mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
Delete is setup, just need to add a link to follow through on the delete.
Removes EpisodeFiles, Episodes, Season and then the Series.
This commit is contained in:
@@ -71,5 +71,10 @@ namespace NzbDrone.Core.Providers
|
||||
Logger.Debug("Season: {0} is not wanted for Series: {1}", seasonNumber, seriesId);
|
||||
return true;
|
||||
}
|
||||
|
||||
public void DeleteSeason(int seasonId)
|
||||
{
|
||||
_sonicRepo.Delete<Season>(seasonId);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user