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-30 23:38:00 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-07-30 23:38:00 -0400
commitd4c75e39748679e7c039cb1eae4ad7232e2fe2b6 (patch)
tree5a8b9c5f9111a4b0a726b297c63fb89f57657a3c /MediaBrowser.Api/HttpHandlers/JsonHandler.cs
parent7d48e20aea2e2a08137ec23d0076b86755f648d3 (diff)
Fixed some project fragmentation that came from efforts to go portable
Diffstat (limited to 'MediaBrowser.Api/HttpHandlers/JsonHandler.cs')
-rw-r--r--MediaBrowser.Api/HttpHandlers/JsonHandler.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Api/HttpHandlers/JsonHandler.cs b/MediaBrowser.Api/HttpHandlers/JsonHandler.cs
index a891d7d68..90502a0c5 100644
--- a/MediaBrowser.Api/HttpHandlers/JsonHandler.cs
+++ b/MediaBrowser.Api/HttpHandlers/JsonHandler.cs
@@ -1,6 +1,7 @@
using System.IO;
-using MediaBrowser.Common.Json;
using MediaBrowser.Common.Net.Handlers;
+using MediaBrowser.Controller;
+using MediaBrowser.Common.Json;
namespace MediaBrowser.Api.HttpHandlers
{