[PR #5826] [MERGED] PlayTo Fix: Use external ip not internal interface #10498

Closed
opened 2025-12-22 08:05:34 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5826
Author: @BaronGreenback
Created: 4/15/2021
Status: Merged
Merged: 4/25/2021
Merged by: @Bond-009

Base: masterHead: ssdpFix


📝 Commits (1)

  • 3199d1c Fix: PlayTo using external ip not internal

📊 Changes

5 files changed (+18 additions, -16 deletions)

View changed files

📝 Emby.Dlna/PlayTo/PlayToManager.cs (+1 -1)
📝 Emby.Dlna/Ssdp/DeviceDiscovery.cs (+1 -1)
📝 MediaBrowser.Model/Dlna/UpnpDeviceInfo.cs (+2 -0)
📝 RSSDP/DeviceAvailableEventArgs.cs (+1 -1)
📝 RSSDP/SsdpDeviceLocator.cs (+13 -13)

📄 Description

Fix for #5822 - Local address was being used instead of the remote ip address.


🔄 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/5826 **Author:** [@BaronGreenback](https://github.com/BaronGreenback) **Created:** 4/15/2021 **Status:** ✅ Merged **Merged:** 4/25/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `ssdpFix` --- ### 📝 Commits (1) - [`3199d1c`](https://github.com/jellyfin/jellyfin/commit/3199d1c902f62b1a2697a8361bf810c3766b7f0b) Fix: PlayTo using external ip not internal ### 📊 Changes **5 files changed** (+18 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/PlayTo/PlayToManager.cs` (+1 -1) 📝 `Emby.Dlna/Ssdp/DeviceDiscovery.cs` (+1 -1) 📝 `MediaBrowser.Model/Dlna/UpnpDeviceInfo.cs` (+2 -0) 📝 `RSSDP/DeviceAvailableEventArgs.cs` (+1 -1) 📝 `RSSDP/SsdpDeviceLocator.cs` (+13 -13) </details> ### 📄 Description Fix for #5822 - Local address was being used instead of the remote ip address. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 08:05:34 +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#10498
No description provided.