mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4234
Author: @nielsvanvelzen
Created: 9/28/2020
Status: ❌ Closed
Base:
master← Head:windows-vm-localaddress📝 Commits (1)
11828c9Revert part of #3007 to fix LocalAddress in /system/info/public📊 Changes
1 file changed (+7 additions, -1 deletions)
View changed files
📝
Emby.Server.Implementations/Networking/NetworkManager.cs(+7 -1)📄 Description
Changes
The /system/info/public endpoint reported "http://172.29.80.1:8096" (which is the address of a virtual ethernet adapter from Hyper-V on my machine) as my LocalAddress and after adding this bit of code back it was "http://192.168.1.10:8096" again.
I'm not sure if this is a proper fix but I'll let you guys decide that.
This should fix a bunch of chromecast issues that started in 10.6.0 for hyper-v users on Windows. I could only find chromecast issue that seemed relevant.
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.