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