Fix #121
This commit is contained in:
parent
b55d41e9bd
commit
3d4b2b1976
3 changed files with 3 additions and 3 deletions
2
crates/librqbit/webui/dist/assets/index.js
vendored
2
crates/librqbit/webui/dist/assets/index.js
vendored
File diff suppressed because one or more lines are too long
2
crates/librqbit/webui/dist/manifest.json
vendored
2
crates/librqbit/webui/dist/manifest.json
vendored
|
|
@ -11,7 +11,7 @@
|
||||||
"css": [
|
"css": [
|
||||||
"assets/index-144bafe5.css"
|
"assets/index-144bafe5.css"
|
||||||
],
|
],
|
||||||
"file": "assets/index-4909e839.js",
|
"file": "assets/index-838acac9.js",
|
||||||
"isEntry": true,
|
"isEntry": true,
|
||||||
"src": "index.html"
|
"src": "index.html"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ const newFileTree = (
|
||||||
directFiles.push(file);
|
directFiles.push(file);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
getGroup(file.pathComponents[0]).push(file);
|
getGroup(file.pathComponents[depth]).push(file);
|
||||||
});
|
});
|
||||||
|
|
||||||
directFiles = sortBy(directFiles, (f) => f.filename);
|
directFiles = sortBy(directFiles, (f) => f.filename);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue