[PR #2849] [MERGED] Handle null outputFileExtension in GetOutputFilePath #9250

Closed
opened 2026-02-07 05:58:49 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2849
Author: @lyonzy
Created: 4/13/2020
Status: Merged
Merged: 4/19/2020
Merged by: @joshuaboniface

Base: masterHead: patch-1


📝 Commits (2)

  • b52199e Handle null outputFileExtension in GetOutputFilePath
  • e7fde6a Handle null outputFileExtension with null-conditional operator

📊 Changes

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

View changed files

📝 MediaBrowser.Api/Playback/BaseStreamingService.cs (+1 -1)

📄 Description

Changes
Handle outputFileExtension == null in GetOutputFilePath by setting it to "".

Issues
Fixes #2737


🔄 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/2849 **Author:** [@lyonzy](https://github.com/lyonzy) **Created:** 4/13/2020 **Status:** ✅ Merged **Merged:** 4/19/2020 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`b52199e`](https://github.com/jellyfin/jellyfin/commit/b52199e9e20dcd10c1921e43c53892ec5ec1c5eb) Handle null outputFileExtension in GetOutputFilePath - [`e7fde6a`](https://github.com/jellyfin/jellyfin/commit/e7fde6aacaf46183d04777c511c72d49300c09cd) Handle null outputFileExtension with null-conditional operator ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Api/Playback/BaseStreamingService.cs` (+1 -1) </details> ### 📄 Description **Changes** Handle outputFileExtension == null in GetOutputFilePath by setting it to "". **Issues** Fixes #2737 --- <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 05:58:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9250