Skip to content
Snippets Groups Projects
Commit 9a838906 authored by Eugenio Panadero's avatar Eugenio Panadero Committed by Paulus Schoutsen
Browse files

fix aiohttp InvalidURL exception when fetching media player image (#15572)

* fix aiohttp InvalidURL exception when fetching media player image

The first call for the HA proxy (`/api/media_player_proxy/media_player.kodi?token=...&cache=...`)
is receiving relative urls that are failing, this is a simple fix to precede the base_url when hostname is None.

* fix import location and sort stdlib imports
parent 5cf9cd68
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment