Skip to content

Commit

Permalink
fix: ignore PUSH_MEDIA_PREFERENCE_CHANGE
Browse files Browse the repository at this point in the history
closes #1599
  • Loading branch information
alandtse committed May 29, 2022
1 parent e78adf6 commit 0dbcddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/alexa_media/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,7 @@ async def ws_handler(message_obj):
"PUSH_LIST_ITEM_CHANGE", # update shopping list
"PUSH_CONTENT_FOCUS_CHANGE", # likely prime related refocus
"PUSH_DEVICE_SETUP_STATE_CHANGE", # likely device changes mid setup
"PUSH_MEDIA_PREFERENCE_CHANGE", # disliking or liking songs, https://github.com/custom-components/alexa_media_player/issues/1599
]:
pass
else:
Expand Down

0 comments on commit 0dbcddf

Please sign in to comment.