mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7137] [MERGED] Remove special HTTP HEAD processing #11279
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/7137
Author: @SenorSmartyPants
Created: 1/8/2022
Status: ✅ Merged
Merged: 3/5/2022
Merged by: @Bond-009
Base:
master← Head:master📝 Commits (3)
bd2bec4Remove special HTTP HEAD processing3ea54a8Remove isHeadRequest from GetStaticFile method signaturesd5e7e75Remove unused httpContext parameter📊 Changes
6 files changed (+22 additions, -69 deletions)
View changed files
📝
Jellyfin.Api/Controllers/DynamicHlsController.cs(+1 -1)📝
Jellyfin.Api/Controllers/HlsSegmentController.cs(+2 -2)📝
Jellyfin.Api/Controllers/ImageController.cs(+14 -37)📝
Jellyfin.Api/Controllers/VideosController.cs(+2 -4)📝
Jellyfin.Api/Helpers/AudioHelper.cs(+2 -4)📝
Jellyfin.Api/Helpers/FileStreamResponseHelpers.cs(+1 -21)📄 Description
Removing this allows HTTP 206 Partial Content responses and lets some clients(popcorn hour namely) play static videos from JF.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.