mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
New: Rebuilt Completed/Failed download handling from scratch
This commit is contained in:
@@ -8,7 +8,7 @@ namespace NzbDrone.Core.Download
|
||||
{
|
||||
public RemoteEpisode Episode { get; private set; }
|
||||
public String DownloadClient { get; set; }
|
||||
public String DownloadClientId { get; set; }
|
||||
public String DownloadId { get; set; }
|
||||
|
||||
public EpisodeGrabbedEvent(RemoteEpisode episode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user