aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/SearchService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-07 09:06:01 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-07 09:06:01 -0400
commit2818d8ccd231039aa01e9b0bfedd59c48a656342 (patch)
tree45bf073ddc71ea80f3da9194132af9eb5246cb65 /MediaBrowser.Api/SearchService.cs
parent049ffa2b4ef6298ac36f1c92fa9f35a7b68ad3e2 (diff)
updated servicestack to 3.9.44
Diffstat (limited to 'MediaBrowser.Api/SearchService.cs')
-rw-r--r--MediaBrowser.Api/SearchService.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Api/SearchService.cs b/MediaBrowser.Api/SearchService.cs
index d8aad5283..f889706c0 100644
--- a/MediaBrowser.Api/SearchService.cs
+++ b/MediaBrowser.Api/SearchService.cs
@@ -1,5 +1,4 @@
-using System.Collections;
-using MediaBrowser.Controller;
+using MediaBrowser.Controller;
using MediaBrowser.Controller.Dto;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Entities.Audio;
@@ -9,9 +8,10 @@ using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Search;
using ServiceStack.ServiceHost;
using System;
+using System.Collections;
using System.Collections.Generic;
-using System.Threading.Tasks;
using System.Linq;
+using System.Threading.Tasks;
namespace MediaBrowser.Api
{