[PR #11668] [MERGED] Always fallback for failed HEAD request #12783

Closed
opened 2025-12-22 09:29:37 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/11668
Author: @gnattu
Created: 5/15/2024
Status: Merged
Merged: 5/15/2024
Merged by: @crobibero

Base: release-10.9.zHead: always-fallback-head-request


📝 Commits (1)

  • f5a9274 Always fallback for failed HEAD request

📊 Changes

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

View changed files

📝 src/Jellyfin.LiveTv/TunerHosts/M3UTunerHost.cs (+1 -5)

📄 Description

TV Tuners have basically unpredictable behaviors on HEAD requests, and we cannot fail and try all potential code it returns. Just fallback to check for extension for all HEAD request that appears to be failed.

Changes

Issues

Fixes #11661, and some reports in #11554


🔄 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/11668 **Author:** [@gnattu](https://github.com/gnattu) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/15/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.9.z` ← **Head:** `always-fallback-head-request` --- ### 📝 Commits (1) - [`f5a9274`](https://github.com/jellyfin/jellyfin/commit/f5a9274d1aa9b27aaa935d50c7e0968f47265a0d) Always fallback for failed HEAD request ### 📊 Changes **1 file changed** (+1 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/Jellyfin.LiveTv/TunerHosts/M3UTunerHost.cs` (+1 -5) </details> ### 📄 Description TV Tuners have basically unpredictable behaviors on HEAD requests, and we cannot fail and try all potential code it returns. Just fallback to check for extension for all HEAD request that appears to be failed. <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #11661, and some reports in #11554 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 09:29:37 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#12783
No description provided.