mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix browser media player showing more info dialog (#24021)
This commit is contained in:
parent
ac3796ec31
commit
d77bdf4ac6
@ -462,7 +462,7 @@ export class BarMediaPlayer extends SubscribeMixin(LitElement) {
|
||||
}
|
||||
|
||||
private _openMoreInfo() {
|
||||
if (this._browserPlayer) {
|
||||
if (this.entityId === BROWSER_PLAYER) {
|
||||
return;
|
||||
}
|
||||
fireEvent(this, "hass-more-info", { entityId: this.entityId });
|
||||
|
Loading…
x
Reference in New Issue
Block a user