Replies: 1 comment
-
This is already implemented since the introduction of @jellyfin/sdk |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added the ability for users to be able to add servers without specifying any protocol, as mentioned in issue #1688.
Pull Request: #1694
Original
Changes
Example
123.101.5.1, https://123.101.5.1, and 123.101.5.1:8096 are all converted to http://123.101.5.1:8096 before there is an attempt to establish a connection. URLs that contain a protocol and port are left intact.
Also, this is my first ever contribution to an open-source project.
Beta Was this translation helpful? Give feedback.
All reactions