aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/SocketSharp/RequestMono.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-02-13 17:19:55 +0100
committerBond-009 <bond.009@outlook.com>2019-02-16 00:43:56 +0100
commitbe77e14db96b709fc0dc212258c3389a210e1af4 (patch)
tree91ef4b730166caa372a16e1d9c94f256af8a51ff /Jellyfin.Server/SocketSharp/RequestMono.cs
parent34af7501fa33f807aa7e721a95294b623f2d4d6c (diff)
Warnings for docs
Diffstat (limited to 'Jellyfin.Server/SocketSharp/RequestMono.cs')
-rw-r--r--Jellyfin.Server/SocketSharp/RequestMono.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Server/SocketSharp/RequestMono.cs b/Jellyfin.Server/SocketSharp/RequestMono.cs
index 4bb2e8e19..584d38bcb 100644
--- a/Jellyfin.Server/SocketSharp/RequestMono.cs
+++ b/Jellyfin.Server/SocketSharp/RequestMono.cs
@@ -82,9 +82,7 @@ namespace Jellyfin.Server.SocketSharp
}
else
{
- //
// We use a substream, as in 2.x we will support large uploads streamed to disk,
- //
var sub = new HttpPostedFile(e.Filename, e.ContentType, input, e.Start, e.Length);
files[e.Name] = sub;
}