2014-03-14 04:23:47 +00:00
|
|
|
|
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
|
|
|
|
|
|
namespace NzbDrone.Core.Configuration
|
|
|
|
|
{
|
|
|
|
|
public class ResetApiKeyCommand : Command
|
|
|
|
|
{
|
2016-12-09 06:54:15 +00:00
|
|
|
|
public override bool SendUpdatesToClient => true;
|
2014-03-14 04:23:47 +00:00
|
|
|
|
}
|
|
|
|
|
}
|