mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 09:37:12 +00:00
Fixed broken test
This commit is contained in:
parent
890b8b1c2c
commit
6851e2ae9d
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ public virtual void Checkpoint()
|
|||
if (EnviromentProvider.RegisterNewInstall)
|
||||
{
|
||||
_deskMetricsClient.RegisterInstall();
|
||||
EnviromentProvider.RegisterNewInstall = false;
|
||||
}
|
||||
|
||||
if (_deskMetricsClient.Started)
|
||||
|
|
Loading…
Reference in a new issue