|  | @@ -471,7 +471,7 @@ namespace Jellyfin.Api.Controllers
 | 
	
		
			
				|  |  |                  StreamingHelpers.AddDlnaHeaders(state, Response.Headers, true, startTimeTicks, Request, _dlnaManager);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                  var httpClient = _httpClientFactory.CreateClient();
 | 
	
		
			
				|  |  | -                return await FileStreamResponseHelpers.GetStaticRemoteStreamResult(state, isHeadRequest, this, httpClient).ConfigureAwait(false);
 | 
	
		
			
				|  |  | +                return await FileStreamResponseHelpers.GetStaticRemoteStreamResult(state, isHeadRequest, httpClient, HttpContext).ConfigureAwait(false);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              if (@static.HasValue && @static.Value && state.InputProtocol != MediaProtocol.File)
 |