mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 16:58:50 +01:00
add more device options
This commit is contained in:
@@ -53,9 +53,9 @@ namespace MediaBrowser.Api.Playback
|
||||
/// <returns>Task.</returns>
|
||||
public async Task WriteToAsync(Stream responseStream)
|
||||
{
|
||||
using (var remoteStream = _response.Content)
|
||||
using (_response)
|
||||
{
|
||||
await remoteStream.CopyToAsync(responseStream, 819200).ConfigureAwait(false);
|
||||
await _response.Content.CopyToAsync(responseStream, 819200).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user