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:00 -07:00 committed by GitHub
parent 57563f2cc6
commit 6ee56de743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>