manuel-rw / jellyfin-discord-music-bot

A simple and leightweight Discord Bot, that integrates with your Jellyfin Media server and enables you to listen to your favourite music directly from discord.
MIT License
70 stars 9 forks source link

Don't overwrite base path when constructing paths #240

Closed sssionek closed 7 months ago

sssionek commented 7 months ago

Fix the WebSocketService to not overwrite Jellyfin's base path when constructing a url for the websockets. Additionally, fix the JellyfinStreamBuilder to not do the same thing for streaming URLs. Fixes #64 and #238.