mirror of
https://github.com/jellyfin/jellyfin-plugin-reports.git
synced 2024-11-26 23:20:36 +00:00
Update Jellyfin.Plugin.Reports/Api/ReportsController.cs
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
This commit is contained in:
parent
57563f2cc6
commit
6ee56de743
@ -257,7 +257,7 @@ namespace Jellyfin.Plugin.Reports.Api
|
||||
IncludeItemTypes = includeItemTypes
|
||||
};
|
||||
|
||||
return Ok(await _reportsService.Get(request));
|
||||
return Ok(await _reportsService.Get(request).ConfigureAwait(false));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user