mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 12:10:19 -07:00
New: Various UI Package Updates
This commit is contained in:
parent
9611df7e9e
commit
b8511f039a
13 changed files with 966 additions and 906 deletions
|
@ -28,6 +28,8 @@ export default function parseUrl(url) {
|
|||
if (properties.search) {
|
||||
// Remove leading ? from querystring before parsing.
|
||||
properties.params = qs.parse(properties.search.substring(1));
|
||||
} else {
|
||||
properties.params = {};
|
||||
}
|
||||
|
||||
return properties;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue