aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/HttpServer/BaseRestService.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-02-26 23:44:41 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-02-26 23:44:41 -0500
commitff6325efc5ae478c68dc140c5adbae089a6f7f4b (patch)
treef82316dacb47623427ee14d25015b427040028ea /MediaBrowser.Common.Implementations/HttpServer/BaseRestService.cs
parent511328edf9b91278d29d50f9446b9cc2ae69e6f7 (diff)
video streaming
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpServer/BaseRestService.cs')
-rw-r--r--MediaBrowser.Common.Implementations/HttpServer/BaseRestService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/HttpServer/BaseRestService.cs b/MediaBrowser.Common.Implementations/HttpServer/BaseRestService.cs
index bcf1dc4a7..65195c52b 100644
--- a/MediaBrowser.Common.Implementations/HttpServer/BaseRestService.cs
+++ b/MediaBrowser.Common.Implementations/HttpServer/BaseRestService.cs
@@ -14,7 +14,6 @@ using System.Linq;
using System.Net;
using System.Threading.Tasks;
using MimeTypes = MediaBrowser.Common.Net.MimeTypes;
-using StreamWriter = MediaBrowser.Common.Net.StreamWriter;
namespace MediaBrowser.Common.Implementations.HttpServer
{