[PR #6544] [MERGED] Don't set ffmpeg path from null to its Display value #11018

Closed
opened 2026-02-07 06:30:57 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6544
Author: @cvium
Created: 9/11/2021
Status: Merged
Merged: 10/24/2021
Merged by: @Bond-009

Base: masterHead: fix_ffmpeg_path_updating


📝 Commits (2)

  • 95f3447 Don't set ffmpeg path from null to its Display value + add 404
  • a353081 Update MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs

📊 Changes

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

View changed files

📝 MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs (+10 -1)

📄 Description

Changes
If existing path is null it means that it hasn't been set by the user, so don't set it to its Display value.

Issues
Fixes https://github.com/jellyfin/jellyfin/issues/4449


🔄 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/6544 **Author:** [@cvium](https://github.com/cvium) **Created:** 9/11/2021 **Status:** ✅ Merged **Merged:** 10/24/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix_ffmpeg_path_updating` --- ### 📝 Commits (2) - [`95f3447`](https://github.com/jellyfin/jellyfin/commit/95f344722ce34dde75408bce4138fe47b7eef6d0) Don't set ffmpeg path from null to its Display value + add 404 - [`a353081`](https://github.com/jellyfin/jellyfin/commit/a353081ea33b3f635e9472371f228bab63669347) Update MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs ### 📊 Changes **1 file changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs` (+10 -1) </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** If existing path is null it means that it hasn't been set by the user, so don't set it to its Display value. **Issues** Fixes https://github.com/jellyfin/jellyfin/issues/4449 --- <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 06:30:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11018