Full sync

This commit is contained in:
nitsua
2021-03-01 20:30:41 -05:00
committed by Qstick
parent 77d93321c4
commit d9ef1c72c0
19 changed files with 420 additions and 67 deletions

View File

@@ -370,6 +370,7 @@ namespace NzbDrone.Core.Configuration
public void Execute(ResetApiKeyCommand message)
{
SetValue("ApiKey", GenerateApiKey());
_eventAggregator.PublishEvent(new ApiKeyChangedEvent());
}
}
}