[PR #5621] [MERGED] enable range processing for download endpoints #10578

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5621
Author: @cvium
Created: 3/25/2021
Status: Merged
Merged: 3/25/2021
Merged by: @cvium

Base: masterHead: enable-range-processing-download


📝 Commits (1)

  • b3d0840 enable range processing for download endpoints

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Jellyfin.Api/Controllers/LibraryController.cs (+2 -2)

📄 Description

Changes
Enabled range processing for /File and /Download. I could also have enabled it for subtitles and images, but they should be small enough that no one will need it.

Issues
Don't know if one exists on GH, but users have reported it... somewhere.


🔄 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/5621 **Author:** [@cvium](https://github.com/cvium) **Created:** 3/25/2021 **Status:** ✅ Merged **Merged:** 3/25/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `enable-range-processing-download` --- ### 📝 Commits (1) - [`b3d0840`](https://github.com/jellyfin/jellyfin/commit/b3d084044e2d98590d9c939090ba522aa66dff82) enable range processing for download endpoints ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/LibraryController.cs` (+2 -2) </details> ### 📄 Description **Changes** Enabled range processing for /File and /Download. I could also have enabled it for subtitles and images, but they should be small enough that no one will need it. **Issues** Don't know if one exists on GH, but users have reported it... somewhere. --- <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:22:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10578