mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-01 06:11:28 +00:00
update stream reading
This commit is contained in:
parent
6cebecb88c
commit
011fa515c5
4 changed files with 78 additions and 75 deletions
|
|
@ -465,10 +465,6 @@ namespace MediaBrowser.Server.Implementations.HttpServer.SocketSharp
|
|||
return stream;
|
||||
}
|
||||
|
||||
static void EndSubStream(Stream stream)
|
||||
{
|
||||
}
|
||||
|
||||
public static string GetHandlerPathIfAny(string listenerUrl)
|
||||
{
|
||||
if (listenerUrl == null) return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue