mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
fixed exceptron app version
This commit is contained in:
@@ -48,7 +48,7 @@ namespace NzbDrone.Common.Instrumentation
|
|||||||
config.ApiKey = "cc4728a35aa9414f9a0baa8eed56bc67";
|
config.ApiKey = "cc4728a35aa9414f9a0baa8eed56bc67";
|
||||||
}
|
}
|
||||||
|
|
||||||
ExceptronClient = new ExceptronClient(config, Environment.Version);
|
ExceptronClient = new ExceptronClient(config, new EnvironmentProvider().Version);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user