mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-30 07:33:25 +00:00
Remove handling IHttpResult
This commit is contained in:
parent
433254c498
commit
7d16988b1b
3 changed files with 0 additions and 159 deletions
|
|
@ -706,11 +706,6 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
|
||||
public object GetAsyncStreamWriter(IAsyncStreamSource streamSource)
|
||||
{
|
||||
if (streamSource as IHttpResult != null)
|
||||
{
|
||||
return new AsyncStreamWriterEx(streamSource);
|
||||
}
|
||||
|
||||
return new AsyncStreamWriter(streamSource);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue