mhdzumair / MediaFusion

Universal Add-On for Stremio & Kodi
MIT License
245 stars 29 forks source link

Refactor poster URLs to use separate host for images #189

Closed mhdzumair closed 4 months ago

mhdzumair commented 4 months ago

This pull request refactors the poster URLs in the code to use a separate host for images. Previously, the URLs were using the settings.host_url variable, but now they will use the settings.poster_host_url variable. This change ensures that the poster images are served from the cached location.