1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

fixed exceptron app version

This commit is contained in:
kay.one 2013-06-05 23:15:34 -07:00
parent cc0ed59e7b
commit fe31476e47

View File

@ -48,7 +48,7 @@ protected override void InitializeTarget()
config.ApiKey = "cc4728a35aa9414f9a0baa8eed56bc67";
}
ExceptronClient = new ExceptronClient(config, Environment.Version);
ExceptronClient = new ExceptronClient(config, new EnvironmentProvider().Version);
}