diff --git a/src/common/routesRegexp.js b/src/common/routesRegexp.js index 728fc377a..c4b92df3c 100644 --- a/src/common/routesRegexp.js +++ b/src/common/routesRegexp.js @@ -13,7 +13,7 @@ const routesRegexp = { }, library: { regexp: /^\/library(?:\/([^\/]*?))?\/?$/i, - urlParamsNames: ['sort'] + urlParamsNames: ['type'] }, search: { regexp: /^\/search\/?$/i,