updated analytics
This commit is contained in:
parent
5c03c873b2
commit
890b8b1c2c
|
@ -37,7 +37,7 @@ namespace NzbDrone.Core.Providers
|
||||||
if (!IsOnMasterBranch())
|
if (!IsOnMasterBranch())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (EnviromentProvider.IsNewInstall)
|
if (EnviromentProvider.RegisterNewInstall)
|
||||||
{
|
{
|
||||||
_deskMetricsClient.RegisterInstall();
|
_deskMetricsClient.RegisterInstall();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue