diff options
| author | Sven Van den brande <sven.vandenbrande@outlook.com> | 2016-07-29 21:18:03 +0200 |
|---|---|---|
| committer | Sven Van den brande <sven.vandenbrande@outlook.com> | 2016-07-29 21:18:03 +0200 |
| commit | 219cba75069cd2560e9571eee0c7f4a419256dab (patch) | |
| tree | b07e3d7a80f759435a7e367db5602746b331350f /MediaBrowser.Api/UserLibrary/ItemsService.cs | |
| parent | 74f511b2ee0dee5c8c5245e4c3d77c17daf67eb8 (diff) | |
Removed redundant Collection Initializers
Removed Using directives that are not required
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/ItemsService.cs')
| -rw-r--r-- | MediaBrowser.Api/UserLibrary/ItemsService.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Api/UserLibrary/ItemsService.cs b/MediaBrowser.Api/UserLibrary/ItemsService.cs index b4d88a7f8..97a81b790 100644 --- a/MediaBrowser.Api/UserLibrary/ItemsService.cs +++ b/MediaBrowser.Api/UserLibrary/ItemsService.cs @@ -1,5 +1,4 @@ -using MediaBrowser.Controller.Collections; -using MediaBrowser.Controller.Dto; +using MediaBrowser.Controller.Dto; using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Localization; |
