mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15757] [MERGED] Fix trickplay images using wrong item on alternate versions #14408
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/15757
Author: @theguymadmax
Created: 12/9/2025
Status: ✅ Merged
Merged: 12/12/2025
Merged by: @Bond-009
Base:
release-10.11.z← Head:fix-trickplays-for-alt-versions📝 Commits (1)
ef7f138Fix trickplay images using wrong item on alternate versions📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Jellyfin.Api/Controllers/TrickplayController.cs(+1 -1)📄 Description
The
GetTrickplayTileImageendpoint was accepting amediaSourceIdquery parameter but not using it. This caused trickplay images to always be fetched from the parent item rather than the specified media source version.Changes
Updated
GetTrickplayTileImageto usemediaSourceId ?? itemIdwhen resolving the library item.Issues
https://github.com/jellyfin/jellyfin/issues/15297#issuecomment-3560137897
Closes: #7400
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.