mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -07:00
9 lines
No EOL
168 B
C#
9 lines
No EOL
168 B
C#
using NzbDrone.Api.REST;
|
|
|
|
namespace NzbDrone.Api.Commands
|
|
{
|
|
public class CommandResource : RestResource
|
|
{
|
|
public string Command { get; set; }
|
|
}
|
|
} |