mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
10 lines
143 B
C#
10 lines
143 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.Download
|
|
{
|
|
public class FailedDownloadCommand : Command
|
|
{
|
|
|
|
}
|
|
}
|