mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-22 11:15:03 -04:00
fixed exceptron app version
This commit is contained in:
1 parent
cc0ed59e7b
commit
fe31476e47
1 file changed
+1
-1
@@ -48,7 +48,7 @@ protected override void InitializeTarget()
|
||||
config.ApiKey = "cc4728a35aa9414f9a0baa8eed56bc67";
|
||||
}
|
||||
|
||||
ExceptronClient = new ExceptronClient(config, Environment.Version);
|
||||
ExceptronClient = new ExceptronClient(config, new EnvironmentProvider().Version);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in new issue
Block a user