mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 21:36:36 +00:00
unset error when navigating away in media browser (#11505)
This commit is contained in:
parent
54d6b5b6f3
commit
3f1850e9eb
@ -417,6 +417,9 @@ export class HaMediaPlayerBrowse extends LitElement {
|
|||||||
if (!changedProps.has("navigateIds")) {
|
if (!changedProps.has("navigateIds")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this._setError(undefined);
|
||||||
|
|
||||||
const oldNavigateIds = changedProps.get("navigateIds") as
|
const oldNavigateIds = changedProps.get("navigateIds") as
|
||||||
| this["navigateIds"]
|
| this["navigateIds"]
|
||||||
| undefined;
|
| undefined;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user