Skip to content

Commit

Permalink
fix as noted in issue 461
Browse files Browse the repository at this point in the history
  • Loading branch information
oxholm-adobe committed Oct 2, 2024
1 parent cb2f905 commit 81a4ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/spotcast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def get_devices():
me_resp = client._get("me") # pylint: disable=W0212
spotify_media_player = get_spotify_media_player(
hass, me_resp["id"])
resp = get_spotify_devices(spotify_media_player)
resp = get_spotify_devices(spotify_media_player, hass)
connection.send_message(
websocket_api.result_message(msg["id"], resp))

Expand Down

0 comments on commit 81a4ea2

Please sign in to comment.