[PR #3949] [CLOSED] Fix DLNA Play To #9786

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3949
Author: @crobibero
Created: 8/21/2020
Status: Closed

Base: masterHead: dlna-play-to


📝 Commits (2)

📊 Changes

7 files changed (+22 additions, -20 deletions)

View changed files

📝 Jellyfin.Api/BaseJellyfinApiController.cs (+4 -1)
📝 Jellyfin.Api/Controllers/SessionController.cs (+8 -12)
📝 Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs (+4 -0)
📝 Jellyfin.Server/Formatters/CamelCaseJsonProfileFormatter.cs (+1 -1)
📝 Jellyfin.Server/Formatters/PascalCaseJsonProfileFormatter.cs (+3 -2)
📝 Jellyfin.Server/Formatters/XmlOutputFormatter.cs (+2 -1)
📝 MediaBrowser.Model/Session/PlayRequest.cs (+0 -3)

📄 Description

Request body wasn't actually used


🔄 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/3949 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 8/21/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dlna-play-to` --- ### 📝 Commits (2) - [`2ca8d31`](https://github.com/jellyfin/jellyfin/commit/2ca8d31b20d2494422570bb73c59ab3d79344743) clean up output formatters - [`e9d6743`](https://github.com/jellyfin/jellyfin/commit/e9d6743f1258e43605ad0462bc7d16fec166f7c1) Fix dlna play to ### 📊 Changes **7 files changed** (+22 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/BaseJellyfinApiController.cs` (+4 -1) 📝 `Jellyfin.Api/Controllers/SessionController.cs` (+8 -12) 📝 `Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs` (+4 -0) 📝 `Jellyfin.Server/Formatters/CamelCaseJsonProfileFormatter.cs` (+1 -1) 📝 `Jellyfin.Server/Formatters/PascalCaseJsonProfileFormatter.cs` (+3 -2) 📝 `Jellyfin.Server/Formatters/XmlOutputFormatter.cs` (+2 -1) 📝 `MediaBrowser.Model/Session/PlayRequest.cs` (+0 -3) </details> ### 📄 Description Request body wasn't actually used --- <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:08:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9786