mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #15194] [MERGED] Initialize transcode marker during startup #14251
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/15194
Author: @crobibero
Created: 10/25/2025
Status: ✅ Merged
Merged: 10/25/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:transcode-marker📝 Commits (1)
c458becAdd the transcode marker during startup instead of first transcode📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
Jellyfin.Server/Program.cs(+6 -0)📄 Description
Not a permanent fix but good enough until config rewrite.
Now instead of throwing the exception during first transcode it will be thrown during startup.
Fixes https://github.com/jellyfin/jellyfin/issues/15058
Fixes https://github.com/jellyfin/jellyfin/discussions/15181
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.