mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
deskmetrics doesn't report during dev.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace NzbDrone.Core.Providers
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
//Don't report anything unless working from master branch.
|
//Don't report anything unless working from master branch.
|
||||||
if (!IsOnMasterBranch())
|
if (!IsOnMasterBranch() || !EnviromentProvider.IsProduction)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (EnviromentProvider.IsNewInstall)
|
if (EnviromentProvider.IsNewInstall)
|
||||||
|
|||||||
Reference in New Issue
Block a user