mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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() {
|
private _openMoreInfo() {
|
||||||
if (this._browserPlayer) {
|
if (this.entityId === BROWSER_PLAYER) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
fireEvent(this, "hass-more-info", { entityId: this.entityId });
|
fireEvent(this, "hass-more-info", { entityId: this.entityId });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user