jellyfin / mopidy-jellyfin

Jellyfin Extension for Mopidy
https://jellyfin.org
Apache License 2.0
93 stars 16 forks source link

Baseurl and url parameter fixes #48

Closed mcarlton00 closed 4 years ago

mcarlton00 commented 4 years ago

Adds support for servers with a baseurl. Side effect of fixing all of the url parameters to be generated dynamically instead of hand crafted for each request. It was causing conflicts after fixing the baseurl

Fixes #47