-
-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trailing slash when adding server causes connection failure #280
Comments
Still not fixed 👍 |
Still doesn't work - maybe it would be good enough to have the form strip the trailing slash on save? If that's acceptable, I could try making a PR with such workaround. |
i mean at a glance this looks like its probably as simple as needing to check for the trailing slash before appending "/system/info/public". Frankly everybody that supports this repo is super busy and with 10.9 coming out soon its all hands on deck. this should be a simple fix, so, we are looking to you community members for it. fix the string concat and open a PR. edit: @jaen when I wrote this I thought I was on the other issue thread sorry. this was a really strong voice to use with somebody who literally just offered this exact thing, sorry. we would appreciate your contribution. |
This is a rather simple one, jellyfin-media-player/native/find-webclient.js Lines 1 to 9 in d05f06d
|
To reproduce
Steps to reproduce the behavior:
http://jellyfin:8096/
.Expected behavior
The connection should work regardless of trailing slash.
Desktop
Log excerpt
Notice the URL has
//
which fails on the server.The text was updated successfully, but these errors were encountered: