mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Merge with Kayone.
This commit is contained in:
commit
a31858bb4c
31 changed files with 1870 additions and 416 deletions
|
@ -39,7 +39,7 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
if (addSuccess)
|
||||
{
|
||||
foreach (var episode in parseResult.Episodes)
|
||||
foreach (var episode in _episodeProvider.GetEpisodesByParseResult(parseResult))
|
||||
{
|
||||
var history = new History();
|
||||
history.Date = DateTime.Now;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue