Make LibraryController.GetDownload async

This commit is contained in:
Patrick Barron
2020-08-24 20:27:10 -04:00
parent ec3104d2d2
commit fa8892fde4
3 changed files with 5 additions and 17 deletions

View File

@@ -13,8 +13,6 @@ namespace MediaBrowser.Model.Activity
{
event EventHandler<GenericEventArgs<ActivityLogEntry>> EntryCreated;
void Create(ActivityLog entry);
Task CreateAsync(ActivityLog entry);
QueryResult<ActivityLogEntry> GetPagedResult(int? startIndex, int? limit);