aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-01-23 19:09:34 +0100
committerBond_009 <bond.009@outlook.com>2019-01-23 19:09:34 +0100
commit905a253ff5ce2eeee9806b7a4581506468b2fb55 (patch)
tree815d941e04977df9055c556b247b71a00575d29f /MediaBrowser.Api/Library/LibraryService.cs
parent3cd31cadf891fb4aad7ca8d8594bf27423724eb8 (diff)
Suffix async methods with Async
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs
index 12d807a7e..d3009295f 100644
--- a/MediaBrowser.Api/Library/LibraryService.cs
+++ b/MediaBrowser.Api/Library/LibraryService.cs
@@ -839,7 +839,7 @@ namespace MediaBrowser.Api.Library
{
try
{
- _activityManager.Create(new ActivityLogEntry
+ _activityManager.CreateAsync(new ActivityLogEntry
{
Name = string.Format(_localization.GetLocalizedString("UserDownloadingItemWithValues"), user.Name, item.Name),
Type = "UserDownloadingContent",