Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix aiohttp InvalidURL exception when fetching media player image (ho…
…me-assistant#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
- Loading branch information