diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-28 18:09:24 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-28 18:09:24 -0500 |
| commit | 052e632a97011b178d0ec6c139a10c1f316dce77 (patch) | |
| tree | a462a0f2e91596f52e94e46688ab7ea5adc3ce6c /MediaBrowser.Api/UserLibrary | |
| parent | c3532d7949d32be026ab0d5fca70947d69efd127 (diff) | |
graphical display of latest recordings
Diffstat (limited to 'MediaBrowser.Api/UserLibrary')
| -rw-r--r-- | MediaBrowser.Api/UserLibrary/ItemsService.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Api/UserLibrary/ItemsService.cs b/MediaBrowser.Api/UserLibrary/ItemsService.cs index c1ab50e28..8ea225186 100644 --- a/MediaBrowser.Api/UserLibrary/ItemsService.cs +++ b/MediaBrowser.Api/UserLibrary/ItemsService.cs @@ -1,6 +1,4 @@ -using System.Globalization; -using System.IO; -using MediaBrowser.Controller.Dto; +using MediaBrowser.Controller.Dto; using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.Entities.Audio; using MediaBrowser.Controller.Entities.Movies; @@ -13,6 +11,8 @@ using MediaBrowser.Model.Querying; using ServiceStack; using System; using System.Collections.Generic; +using System.Globalization; +using System.IO; using System.Linq; namespace MediaBrowser.Api.UserLibrary |
