Namo2 / InPlayerEpisodePreview

A Jellyfin plugin for the web and client version, which displayes an episode list inside the player
MIT License
125 stars 7 forks source link

Jellyfin on Subpath Doesn't Render Images #34

Closed lewisakura closed 2 months ago

lewisakura commented 2 months ago

https://github.com/Namo2/InPlayerEpisodePreview/blob/fdbbed233d13a8a7ca0331505512641757689715/Namo.Plugin.InPlayerEpisodePreview/Web/Components/EpisodeElementTemplate.ts#L63

Because of this line, the plugin tries to fetch the asset from the root path, but because my Jellyfin is on a subpath (/jellyfin) this ends up loading nothing.

Namo2 commented 2 months ago

I will publish a fix this evening. Anything else you noticed not working under a subpath?