diff --git a/allstarr/Controllers/JellyfinController.cs b/allstarr/Controllers/JellyfinController.cs index 85ca1d8..84ff490 100644 --- a/allstarr/Controllers/JellyfinController.cs +++ b/allstarr/Controllers/JellyfinController.cs @@ -2383,7 +2383,7 @@ public class JellyfinController : ControllerBase } } - var response = await _proxyService.HttpClient.GetAsync(request); + var response = await _proxyService.HttpClient.SendAsync(request); if (!response.IsSuccessStatusCode) {