aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/HttpHandlers/StudioHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/HttpHandlers/StudioHandler.cs')
-rw-r--r--MediaBrowser.Api/HttpHandlers/StudioHandler.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Api/HttpHandlers/StudioHandler.cs b/MediaBrowser.Api/HttpHandlers/StudioHandler.cs
index 9426d0b7c..019ced028 100644
--- a/MediaBrowser.Api/HttpHandlers/StudioHandler.cs
+++ b/MediaBrowser.Api/HttpHandlers/StudioHandler.cs
@@ -1,5 +1,4 @@
using System.Collections.Generic;
-using MediaBrowser.Common.Net;
using MediaBrowser.Controller;
using MediaBrowser.Model.Entities;
@@ -10,11 +9,6 @@ namespace MediaBrowser.Api.HttpHandlers
/// </summary>
public class StudioHandler : ItemListHandler
{
- public StudioHandler(RequestContext ctx)
- : base(ctx)
- {
- }
-
protected override IEnumerable<BaseItem> ItemsToSerialize
{
get