Skip to content

Commit

Permalink
Merge pull request #462 from geoffoxholm/users/geoffoxholm/fix_for_461
Browse files Browse the repository at this point in the history
Fix as noted in issue 461
  • Loading branch information
fcusson authored Oct 17, 2024
2 parents cb2f905 + 81a4ea2 commit 732056e
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 732056e

Please sign in to comment.