mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Episode is now marked as grabbed on download
This commit is contained in:
parent
f2b091dcd2
commit
c37544d4ce
8 changed files with 43 additions and 5 deletions
|
@ -51,6 +51,7 @@ namespace NzbDrone.Core.Providers
|
|||
history.SeriesId = episode.SeriesId;
|
||||
|
||||
_historyProvider.Add(history);
|
||||
_episodeProvider.MarkEpisodeAsFetched(episode.EpisodeId);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue