Revert "Reduce unnecessary state refreshes to prevent UI dialog closure"
All checks were successful
Validate / Hassfest (push) Successful in 3s
All checks were successful
Validate / Hassfest (push) Successful in 3s
This reverts commit 8419b0de8c.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user