[PR #13076] [MERGED] Determine tv image type by extension if content-type is unavailable #13466

Closed
opened 2026-02-07 07:13:21 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13076
Author: @theguymadmax
Created: 11/20/2024
Status: Merged
Merged: 12/8/2024
Merged by: @Bond-009

Base: masterHead: tv-icon-image-fix


📝 Commits (4)

📊 Changes

1 file changed (+8 additions, -0 deletions)

View changed files

📝 MediaBrowser.Providers/Manager/ProviderManager.cs (+8 -0)

📄 Description

Changes

Added logic to determine the TV image type based on the file extension if the Content-Type header is null or empty.

Issues

Fixes #13075 #11703 #11824

🔄 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/13076 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 11/20/2024 **Status:** ✅ Merged **Merged:** 12/8/2024 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `tv-icon-image-fix` --- ### 📝 Commits (4) - [`96cf130`](https://github.com/jellyfin/jellyfin/commit/96cf13060d0421c38399fec4352d0b56bb90e8dc) Extension lookup tv icons - [`1ba0b88`](https://github.com/jellyfin/jellyfin/commit/1ba0b887036458c9dbd53c45389691a5c06b9026) Use .net constants - [`630de12`](https://github.com/jellyfin/jellyfin/commit/630de12e5e486a71d5bf449636bb9129f9eecc98) Apply review changes - [`43fff57`](https://github.com/jellyfin/jellyfin/commit/43fff5799bd61c6ae3053444f75ca61b14b0a031) Fix code ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/Manager/ProviderManager.cs` (+8 -0) </details> ### 📄 Description <!-- 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. --> Added logic to determine the TV image type based on the file extension if the Content-Type header is null or empty. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #13075 #11703 #11824 --- <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 07:13:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13466