aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-29 11:58:24 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-29 11:58:24 -0500
commit235b838fbe262f3f41cd64c8506d067c9ef9253e (patch)
tree4c210d714cf6a0035c1bda623847d7d7b883a3ed /MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
parent4892fb4e95f982527769620595e924c364204310 (diff)
support deleting and canceling live tv recordings and timers
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs')
-rw-r--r--MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
index 0d6ba5c1d..181c83fd3 100644
--- a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
+++ b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
@@ -1,4 +1,5 @@
-using MediaBrowser.Common.Configuration;
+using System.Reflection;
+using MediaBrowser.Common.Configuration;
using MediaBrowser.Common.IO;
using MediaBrowser.Common.Net;
using MediaBrowser.Model.Logging;