mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-31 19:32:51 +00:00
fixed exceptron app version
This commit is contained in:
parent
cc0ed59e7b
commit
fe31476e47
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ protected override void InitializeTarget()
|
|||
config.ApiKey = "cc4728a35aa9414f9a0baa8eed56bc67";
|
||||
}
|
||||
|
||||
ExceptronClient = new ExceptronClient(config, Environment.Version);
|
||||
ExceptronClient = new ExceptronClient(config, new EnvironmentProvider().Version);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue