Skip to content

Commit

Permalink
fix: ignore PUSH_CONTENT_FOCUS_CHANGE
Browse files Browse the repository at this point in the history
closes #536
  • Loading branch information
alandtse committed Feb 18, 2020
1 parent 2bd8d3c commit 48cfc2c
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 @@ -892,6 +892,7 @@ async def ws_handler(message_obj):
elif command in [
"PUSH_DELETE_DOPPLER_ACTIVITIES", # delete Alexa history
"PUSH_LIST_ITEM_CHANGE", # update shopping list
"PUSH_CONTENT_FOCUS_CHANGE", # likely prime related refocus
]:
pass
else:
Expand Down

0 comments on commit 48cfc2c

Please sign in to comment.