From f32212d160f5427a56b5b8e0219206930c518b64 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 7 Dec 2013 10:52:38 -0500 Subject: update to service stack v4 --- MediaBrowser.Api/NotificationsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Api/NotificationsService.cs') diff --git a/MediaBrowser.Api/NotificationsService.cs b/MediaBrowser.Api/NotificationsService.cs index 319cb996b..4f9ed729d 100644 --- a/MediaBrowser.Api/NotificationsService.cs +++ b/MediaBrowser.Api/NotificationsService.cs @@ -1,10 +1,10 @@ using MediaBrowser.Controller.Notifications; using MediaBrowser.Model.Notifications; -using ServiceStack.ServiceHost; using System; using System.Linq; using System.Threading; using System.Threading.Tasks; +using ServiceStack; namespace MediaBrowser.Api { -- cgit v1.2.3