mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3977] [MERGED] Make LibraryController.GetDownload async #9804
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3977
Author: @barronpm
Created: 8/25/2020
Status: ✅ Merged
Merged: 8/25/2020
Merged by: @Bond-009
Base:
master← Head:librarycontroller-getdownload-async📝 Commits (1)
fa8892fMake LibraryController.GetDownload async📊 Changes
3 files changed (+5 additions, -17 deletions)
View changed files
📝
Jellyfin.Api/Controllers/LibraryController.cs(+5 -5)📝
Jellyfin.Server.Implementations/Activity/ActivityManager.cs(+0 -10)📝
MediaBrowser.Model/Activity/IActivityManager.cs(+0 -2)📄 Description
Changes
Converts
LibraryController.GetDownloadto an async method, and removes the need for a synchronous method inIActivityManager.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.