jellyfin / jellyfin-server-windows

The Windows tray app and installer for Jellyfin Server on Windows.
https://jellyfin.org
MIT License
80 stars 27 forks source link

Read the correct value for local HTTP port #72

Closed anthonylavado closed 1 year ago

anthonylavado commented 1 year ago

When reading the network.xml config, we were pulling PublicPort, which is the external port used for remote connections by the network manager. Since the tray utility will only ever run on the actual server, we only need the HttpServerPortNumber, which is the local HTTP port.

Fixes #71.