Update Jellyfin.Plugin.Reports/Api/ReportsController.cs

Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
This commit is contained in:
Cody Robibero 2020-12-03 07:49:07 -07:00 committed by GitHub
parent 6ee56de743
commit 49770bf8d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -435,7 +435,7 @@ namespace Jellyfin.Plugin.Reports.Api
ExportType = exportType,
MinDate = minDate
};
var (content, contentType, headers) = await _reportsService.Get(request);
var (content, contentType, headers) = await _reportsService.Get(request).ConfigureAwait(false);
foreach (var (key, value) in headers)
{