mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-28 23:07:13 -04:00
10 lines
153 B
C#
10 lines
153 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.Download
|
|
{
|
|
public class CheckForFinishedDownloadCommand : Command
|
|
{
|
|
|
|
}
|
|
}
|