aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/HttpHandlers/StudioHandler.cs
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-10 21:34:02 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-10 21:34:02 -0400
commit2467ca966823d78737a268d2c3b3730bc3b286cc (patch)
treeb9f2d9a1c84d56ea11ddf66e5bf508a151102c9d /MediaBrowser.Api/HttpHandlers/StudioHandler.cs
parentb1df61f7cededfdea119e98296f74e1313e4ffe3 (diff)
Moved some entities to the main project
Diffstat (limited to 'MediaBrowser.Api/HttpHandlers/StudioHandler.cs')
-rw-r--r--MediaBrowser.Api/HttpHandlers/StudioHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/HttpHandlers/StudioHandler.cs b/MediaBrowser.Api/HttpHandlers/StudioHandler.cs
index c665d2523..cf0b7d38d 100644
--- a/MediaBrowser.Api/HttpHandlers/StudioHandler.cs
+++ b/MediaBrowser.Api/HttpHandlers/StudioHandler.cs
@@ -1,7 +1,7 @@
using MediaBrowser.Common.Net.Handlers;
using MediaBrowser.Controller;
+using MediaBrowser.Controller.Entities;
using MediaBrowser.Model.DTO;
-using MediaBrowser.Model.Entities;
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;