diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-26 23:44:41 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-26 23:44:41 -0500 |
| commit | ff6325efc5ae478c68dc140c5adbae089a6f7f4b (patch) | |
| tree | f82316dacb47623427ee14d25015b427040028ea /MediaBrowser.Common.Implementations/HttpServer/BaseRestService.cs | |
| parent | 511328edf9b91278d29d50f9446b9cc2ae69e6f7 (diff) | |
video streaming
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpServer/BaseRestService.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/HttpServer/BaseRestService.cs | 1 |
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 { |
