diff options
| author | ScottIsAFool <scottisafool@live.co.uk> | 2013-02-21 17:50:46 +0000 |
|---|---|---|
| committer | ScottIsAFool <scottisafool@live.co.uk> | 2013-02-21 17:50:46 +0000 |
| commit | ec621df5f6ced7339873652197eb77ac1c386419 (patch) | |
| tree | 5b437df423aa40ae5e63e0c2dbf73d3720612d0f /MediaBrowser.Api/UserLibrary/ItemsService.cs | |
| parent | fbf963b68f06ad6547c3e051afb2b2695ba4cf2b (diff) | |
Renamed Dto objects
Updated Fody
Renamed Dto objects
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/ItemsService.cs')
| -rw-r--r-- | MediaBrowser.Api/UserLibrary/ItemsService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/ItemsService.cs b/MediaBrowser.Api/UserLibrary/ItemsService.cs index 764d099e7..166b2639a 100644 --- a/MediaBrowser.Api/UserLibrary/ItemsService.cs +++ b/MediaBrowser.Api/UserLibrary/ItemsService.cs @@ -3,7 +3,7 @@ using MediaBrowser.Controller; using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.Entities.Audio; using MediaBrowser.Controller.Library; -using MediaBrowser.Model.DTO; +using MediaBrowser.Model.Dto; using MediaBrowser.Model.Entities; using ServiceStack.ServiceHost; using System; |
