Revert "Reduce unnecessary state refreshes to prevent UI dialog closure"
All checks were successful
Validate / Hassfest (push) Successful in 3s

This reverts commit 8419b0de8c.
This commit is contained in:
2026-02-03 05:20:02 +03:00
parent 8419b0de8c
commit 5b2c653104
2 changed files with 9 additions and 10 deletions

View File

@@ -404,8 +404,7 @@ class EmbyMediaPlayer(CoordinatorEntity[EmbyCoordinator], MediaPlayerEntity):
self._session_id,
item_ids=[media_id],
)
# Don't refresh immediately - WebSocket will send PlaybackStart event,
# or polling will update state. Immediate refresh can close UI dialogs.
await self.coordinator.async_request_refresh()
async def async_browse_media(
self,