Skip to content

Commit

Permalink
Merge pull request #37 from jellyfin/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
crobibero authored Dec 4, 2020
2 parents f6c9da8 + a890cce commit c624bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jellyfin.Plugin.Reports/Api/ReportsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public ReportsService(IUserManager userManager, ILibraryManager libraryManager,
public async Task<object> Get(GetActivityLogs request)
{
request.DisplayType = "Screen";
ReportResult result = await GetReportActivities(request).CongureAwait(false);
ReportResult result = await GetReportActivities(request).ConfigureAwait(false);
return result;
}

Expand Down

0 comments on commit c624bf4

Please sign in to comment.