mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
deskmetrics doesn't report during dev.
This commit is contained in:
parent
05df752cc8
commit
90e5e8eef3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace NzbDrone.Core.Providers
|
|||
try
|
||||
{
|
||||
//Don't report anything unless working from master branch.
|
||||
if (!IsOnMasterBranch())
|
||||
if (!IsOnMasterBranch() || !EnviromentProvider.IsProduction)
|
||||
return;
|
||||
|
||||
if (EnviromentProvider.IsNewInstall)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue