mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
10 lines
207 B
C#
10 lines
207 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.Download
|
|
{
|
|
public class ProcessMonitoredDownloadsCommand : Command
|
|
{
|
|
public override bool RequiresDiskAccess => true;
|
|
}
|
|
}
|