diff options
Diffstat (limited to 'MediaBrowser.Api/MoviesService.cs')
| -rw-r--r-- | MediaBrowser.Api/MoviesService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/MoviesService.cs b/MediaBrowser.Api/MoviesService.cs index 43fbe1f1b..1b36ec891 100644 --- a/MediaBrowser.Api/MoviesService.cs +++ b/MediaBrowser.Api/MoviesService.cs @@ -3,7 +3,7 @@ using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.Entities.Movies; using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Persistence; -using ServiceStack.ServiceHost; +using ServiceStack; namespace MediaBrowser.Api { |
