[PR #12955] [MERGED] Fix trickplay images never being replaced #13430

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12955
Author: @gnattu
Created: 11/4/2024
Status: Merged
Merged: 11/9/2024
Merged by: @joshuaboniface

Base: release-10.10.zHead: fix-trickplay-regeneration


📝 Commits (1)

  • c8ca0c7 Fix trickplay images never being replaced

📊 Changes

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

View changed files

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

📄 Description

The Refresh API controller did not pass the query parameter from the client to MetadataRefreshOptions and the old trickplay files never got replaced.

Changes

Issues


🔄 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/12955 **Author:** [@gnattu](https://github.com/gnattu) **Created:** 11/4/2024 **Status:** ✅ Merged **Merged:** 11/9/2024 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `release-10.10.z` ← **Head:** `fix-trickplay-regeneration` --- ### 📝 Commits (1) - [`c8ca0c7`](https://github.com/jellyfin/jellyfin/commit/c8ca0c72e187655ccc36c2db8f7a55f505ffe09b) Fix trickplay images never being replaced ### 📊 Changes **1 file changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/ItemRefreshController.cs` (+5 -2) </details> ### 📄 Description The Refresh API controller did not pass the query parameter from the client to MetadataRefreshOptions and the old trickplay files never got replaced. <!-- 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 # --> --- <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:12:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13430