[PR #3977] [MERGED] Make LibraryController.GetDownload async #9804

Closed
opened 2026-02-07 06:08:48 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: librarycontroller-getdownload-async


📝 Commits (1)

  • fa8892f Make 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.GetDownload to an async method, and removes the need for a synchronous method in IActivityManager.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3977 **Author:** [@barronpm](https://github.com/barronpm) **Created:** 8/25/2020 **Status:** ✅ Merged **Merged:** 8/25/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `librarycontroller-getdownload-async` --- ### 📝 Commits (1) - [`fa8892f`](https://github.com/jellyfin/jellyfin/commit/fa8892fde4282906f4522f033aa88e15b4397a03) Make LibraryController.GetDownload async ### 📊 Changes **3 files changed** (+5 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/LibraryController.cs` (+5 -5) 📝 `Jellyfin.Server.Implementations/Activity/ActivityManager.cs` (+0 -10) 📝 `MediaBrowser.Model/Activity/IActivityManager.cs` (+0 -2) </details> ### 📄 Description **Changes** Converts `LibraryController.GetDownload` to an async method, and removes the need for a synchronous method in `IActivityManager`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:08:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9804