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

Closed
opened 2026-02-07 06:24:49 +03:00 by OVERLORD · 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>
OVERLORD added the pull-request label 2026-02-07 06:24: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#10678