aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/ItemsService.cs
diff options
context:
space:
mode:
authorScottIsAFool <scottisafool@live.co.uk>2013-02-21 17:50:46 +0000
committerScottIsAFool <scottisafool@live.co.uk>2013-02-21 17:50:46 +0000
commitec621df5f6ced7339873652197eb77ac1c386419 (patch)
tree5b437df423aa40ae5e63e0c2dbf73d3720612d0f /MediaBrowser.Api/UserLibrary/ItemsService.cs
parentfbf963b68f06ad6547c3e051afb2b2695ba4cf2b (diff)
Renamed Dto objects
Updated Fody Renamed Dto objects
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/ItemsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/ItemsService.cs2
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;