mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
updated analytics
This commit is contained in:
parent
5c03c873b2
commit
890b8b1c2c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue