1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Updated ET driver

This commit is contained in:
Keivan Beigi
2012-05-06 09:17:55 -07:00
parent 7f321c500b
commit 109904ccc8
17 changed files with 4 additions and 6 deletions
@@ -27,9 +27,7 @@ namespace Exceptron.Driver
{
_appId = appId;
ServerUrl = "http://localhost:57674/v1a/";
ServerUrl = "http://api.exceptron.com/v1a/";
RestClient = new RestClient();
}