[PR #15164] [MERGED] Fix XmlOutputFormatter #14063

Closed
opened 2025-12-22 10:17:35 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/15164
Author: @crobibero
Created: 10/23/2025
Status: Merged
Merged: 10/24/2025
Merged by: @crobibero

Base: release-10.11.zHead: xml-formatter


📝 Commits (1)

📊 Changes

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

View changed files

📝 Jellyfin.Api/Formatters/XmlOutputFormatter.cs (+24 -1)

📄 Description

Fixes https://github.com/jellyfin/jellyfin-plugin-dlna/issues/168

Full credit to @reecewilliams7 for finding the issue

Partially reverts #12925
StringOutputFormatter only writes if the object is a string, where the XmlFormatter also needs to write other types.


🔄 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/15164 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `release-10.11.z` ← **Head:** `xml-formatter` --- ### 📝 Commits (1) - [`8650949`](https://github.com/jellyfin/jellyfin/commit/8650949daca8caa5f48b00d6cc1fb28d9ce4db7a) Fix xml formatter ### 📊 Changes **1 file changed** (+24 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Formatters/XmlOutputFormatter.cs` (+24 -1) </details> ### 📄 Description Fixes https://github.com/jellyfin/jellyfin-plugin-dlna/issues/168 Full credit to @reecewilliams7 for finding the issue Partially reverts #12925 `StringOutputFormatter` only writes if the object is a string, where the XmlFormatter also needs to write other types. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 10:17:35 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#14063
No description provided.