aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/ItemsService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-22 12:49:55 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-22 12:49:55 -0400
commit6146b57e7c908d301f5aee3a8cdd996b395db363 (patch)
tree0589c46675387ac7214c9eb28dd8251398c1ca59 /MediaBrowser.Api/UserLibrary/ItemsService.cs
parentd9fecd78a54453a7656f649a6fcfc654f74dbdf6 (diff)
update to servicestack 3.9.62
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/ItemsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/ItemsService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/ItemsService.cs b/MediaBrowser.Api/UserLibrary/ItemsService.cs
index 65ece13ac..b69dbaa67 100644
--- a/MediaBrowser.Api/UserLibrary/ItemsService.cs
+++ b/MediaBrowser.Api/UserLibrary/ItemsService.cs
@@ -12,7 +12,6 @@ using ServiceStack.ServiceHost;
using System;
using System.Collections.Generic;
using System.Linq;
-using System.Threading.Tasks;
namespace MediaBrowser.Api.UserLibrary
{