mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
Queue actions
New: Remove items from queue/history from Activity New: Force import of series title mismatch from Activity
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
using NzbDrone.Common.Messaging;
|
||||
using NzbDrone.Core.Download;
|
||||
|
||||
namespace NzbDrone.Core.Indexers
|
||||
{
|
||||
public class RssSyncCompleteEvent : IEvent
|
||||
{
|
||||
public ProcessedDecisions ProcessedDecisions { get; private set; }
|
||||
|
||||
public RssSyncCompleteEvent(ProcessedDecisions processedDecisions)
|
||||
{
|
||||
ProcessedDecisions = processedDecisions;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user