mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Fixes for Episode to EpisodeFile mapping.
Series details sorts with newest season and newest episode on top my default.
This commit is contained in:
@@ -263,6 +263,11 @@ namespace NzbDrone.Core.Providers
|
||||
_sonicRepo.Delete<Episode>(episodeId);
|
||||
}
|
||||
|
||||
public void UpdateEpisode(Episode episode)
|
||||
{
|
||||
_sonicRepo.Update(episode);
|
||||
}
|
||||
|
||||
private bool IsSeasonIgnored(EpisodeModel episode)
|
||||
{
|
||||
//Check if this Season is ignored
|
||||
|
Reference in New Issue
Block a user