1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 01:27:00 +00:00

Fixed broken test

This commit is contained in:
kay.one 2012-02-14 18:32:47 -08:00
parent 890b8b1c2c
commit 6851e2ae9d

View file

@ -40,6 +40,7 @@ public virtual void Checkpoint()
if (EnviromentProvider.RegisterNewInstall)
{
_deskMetricsClient.RegisterInstall();
EnviromentProvider.RegisterNewInstall = false;
}
if (_deskMetricsClient.Started)