aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/HttpHandlers/JsonHandler.cs
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-07-21 14:39:47 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-07-21 14:39:47 -0400
commit0a48b5e31aa712acd988626a88c52c47467945b2 (patch)
treed2f9cc9bc6aacca3c1cd847bcdfaa209566b7231 /MediaBrowser.Api/HttpHandlers/JsonHandler.cs
parent3f557077550b79e2c209a4041a9318886b79ed14 (diff)
Added a BaseKernel for the UI and Server to share, and made some other minor re-organizations.
Diffstat (limited to 'MediaBrowser.Api/HttpHandlers/JsonHandler.cs')
-rw-r--r--MediaBrowser.Api/HttpHandlers/JsonHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/HttpHandlers/JsonHandler.cs b/MediaBrowser.Api/HttpHandlers/JsonHandler.cs
index e663085ec..a891d7d68 100644
--- a/MediaBrowser.Api/HttpHandlers/JsonHandler.cs
+++ b/MediaBrowser.Api/HttpHandlers/JsonHandler.cs
@@ -1,6 +1,6 @@
using System.IO;
using MediaBrowser.Common.Json;
-using MediaBrowser.Net.Handlers;
+using MediaBrowser.Common.Net.Handlers;
namespace MediaBrowser.Api.HttpHandlers
{