unset error when navigating away in media browser (#11505)
This commit is contained in:
@@ -417,6 +417,9 @@ export class HaMediaPlayerBrowse extends LitElement {
|
||||
if (!changedProps.has("navigateIds")) {
|
||||
return;
|
||||
}
|
||||
|
||||
this._setError(undefined);
|
||||
|
||||
const oldNavigateIds = changedProps.get("navigateIds") as
|
||||
| this["navigateIds"]
|
||||
| undefined;
|
||||
|
||||
Reference in New Issue
Block a user