We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9677d27 commit 35bc743Copy full SHA for 35bc743
custom_components/alexa_media/media_player.py
@@ -188,7 +188,7 @@ async def _refresh_if_no_audiopush(already_refreshed=False):
188
[email]) else None))
189
if (not already_refreshed and seen_commands and
190
('PUSH_AUDIO_PLAYER_STATE' not in seen_commands
191
- or 'PUSH_MEDIA_CHANGE' not in seen_commands)):
+ and 'PUSH_MEDIA_CHANGE' not in seen_commands)):
192
# force refresh if player_state update not found, see #397
193
_LOGGER.debug(
194
"%s: No PUSH_AUDIO_PLAYER_STATE in %s; forcing refresh",
0 commit comments