mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
10 lines
202 B
C#
10 lines
202 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.Configuration
|
|
{
|
|
public class ResetApiKeyCommand : Command
|
|
{
|
|
public override bool SendUpdatesToClient => true;
|
|
}
|
|
}
|