aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/System/ActivityLogService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/System/ActivityLogService.cs')
-rw-r--r--MediaBrowser.Api/System/ActivityLogService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/System/ActivityLogService.cs b/MediaBrowser.Api/System/ActivityLogService.cs
index 3c36b4c75..e3a18a933 100644
--- a/MediaBrowser.Api/System/ActivityLogService.cs
+++ b/MediaBrowser.Api/System/ActivityLogService.cs
@@ -1,9 +1,9 @@
using MediaBrowser.Controller.Net;
using MediaBrowser.Model.Activity;
using MediaBrowser.Model.Querying;
-using ServiceStack;
using System;
using System.Globalization;
+using MediaBrowser.Model.Services;
namespace MediaBrowser.Api.System
{