mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
added commands.
they can be triggered using the api api/command/
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using NzbDrone.Api.REST;
|
||||
|
||||
namespace NzbDrone.Api.Commands
|
||||
{
|
||||
public class CommandResource : RestResource
|
||||
{
|
||||
public string Command { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user