diff --git a/src/ui/router/Browse.js b/src/ui/router/Browse.js index 1d842519ba..d93ee5fea2 100644 --- a/src/ui/router/Browse.js +++ b/src/ui/router/Browse.js @@ -96,7 +96,7 @@ class Browse { this.#unobserve(); this.#unobserve = undefined; } - + path = decodeURIComponent(path); if (!Array.isArray(path)) { path = path.split('/'); }