mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 12:10:19 -07:00
New: Missing/Cutoff Unmet will update when an episode is grabbed
This commit is contained in:
parent
83207a0baf
commit
cb291d30b3
8 changed files with 65 additions and 42 deletions
|
@ -5,14 +5,11 @@ using NzbDrone.Core.Datastore.Events;
|
|||
using NzbDrone.Core.Download;
|
||||
using NzbDrone.Core.MediaFiles.Events;
|
||||
using NzbDrone.Core.Messaging.Commands;
|
||||
using NzbDrone.Core.Messaging.Events;
|
||||
using NzbDrone.Core.Tv;
|
||||
|
||||
namespace NzbDrone.Api.Episodes
|
||||
{
|
||||
public class EpisodeModule : NzbDroneRestModuleWithSignalR<EpisodeResource, Episode>,
|
||||
IHandle<EpisodeGrabbedEvent>,
|
||||
IHandle<EpisodeDownloadedEvent>
|
||||
public class EpisodeModule : EpisodeModuleWithSignalR<EpisodeResource, Episode>
|
||||
|
||||
{
|
||||
private readonly IEpisodeService _episodeService;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue