mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
94ac75c6b7
New: Queue remains up to date while importing file from remote file system Fixed: Failed downloads still in queue won't result in failed search
12 lines
197 B
C#
12 lines
197 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.Download
|
|
{
|
|
public class DownloadsProcessedEvent : IEvent
|
|
{
|
|
public DownloadsProcessedEvent()
|
|
{
|
|
}
|
|
}
|
|
}
|