diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-23 20:09:43 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-23 20:09:43 -0400 |
| commit | 78ba88bc7e923bd48fb694e11d1ef3a608f9cb01 (patch) | |
| tree | b5383c7d1640a79e83390845d0d0faca3ce33160 /MediaBrowser.Api/System/ActivityLogService.cs | |
| parent | 2af3ec43d52d44ff7b456de35e45b12413edcf9d (diff) | |
move classes to model
Diffstat (limited to 'MediaBrowser.Api/System/ActivityLogService.cs')
| -rw-r--r-- | MediaBrowser.Api/System/ActivityLogService.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Api/System/ActivityLogService.cs b/MediaBrowser.Api/System/ActivityLogService.cs index d24bc99cb..3c36b4c75 100644 --- a/MediaBrowser.Api/System/ActivityLogService.cs +++ b/MediaBrowser.Api/System/ActivityLogService.cs @@ -1,5 +1,4 @@ -using MediaBrowser.Controller.Activity; -using MediaBrowser.Controller.Net; +using MediaBrowser.Controller.Net; using MediaBrowser.Model.Activity; using MediaBrowser.Model.Querying; using ServiceStack; |
