aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/StudiosService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/StudiosService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/StudiosService.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Api/UserLibrary/StudiosService.cs b/MediaBrowser.Api/UserLibrary/StudiosService.cs
index 4a3204f71..9bb76d285 100644
--- a/MediaBrowser.Api/UserLibrary/StudiosService.cs
+++ b/MediaBrowser.Api/UserLibrary/StudiosService.cs
@@ -1,12 +1,11 @@
using System;
+using System.Collections.Generic;
using MediaBrowser.Controller.Dto;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Net;
using MediaBrowser.Controller.Persistence;
using MediaBrowser.Model.Dto;
-using System.Collections.Generic;
-using System.Linq;
using MediaBrowser.Model.Querying;
using MediaBrowser.Model.Services;