1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-21 21:57:27 +00:00

updated analytics

This commit is contained in:
kay.one 2012-02-14 18:24:40 -08:00
parent 5c03c873b2
commit 890b8b1c2c

View file

@ -37,7 +37,7 @@ namespace NzbDrone.Core.Providers
if (!IsOnMasterBranch())
return;
if (EnviromentProvider.IsNewInstall)
if (EnviromentProvider.RegisterNewInstall)
{
_deskMetricsClient.RegisterInstall();
}