mirror of https://github.com/Radarr/Radarr
Fixed broken test
This commit is contained in:
parent
890b8b1c2c
commit
6851e2ae9d
|
@ -40,6 +40,7 @@ namespace NzbDrone.Core.Providers
|
|||
if (EnviromentProvider.RegisterNewInstall)
|
||||
{
|
||||
_deskMetricsClient.RegisterInstall();
|
||||
EnviromentProvider.RegisterNewInstall = false;
|
||||
}
|
||||
|
||||
if (_deskMetricsClient.Started)
|
||||
|
|
Loading…
Reference in New Issue