mirror of
https://github.com/Lidarr/Lidarr
synced 2026-02-27 09:02:05 +01:00
9 lines
202 B
C#
9 lines
202 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.Configuration
|
|
{
|
|
public class ResetApiKeyCommand : Command
|
|
{
|
|
public override bool SendUpdatesToClient => true;
|
|
}
|
|
}
|