mirror of
https://github.com/jellyfin/jellyfin-plugin-reports.git
synced 2024-11-23 05:39:45 +00:00
Update Jellyfin.Plugin.Reports/Api/ReportsController.cs
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
This commit is contained in:
parent
6ee56de743
commit
49770bf8d7
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user