commit
a881c1cbf9
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": [
|
||||
"assets/index-144bafe5.css"
|
||||
],
|
||||
"file": "assets/index-4909e839.js",
|
||||
"file": "assets/index-838acac9.js",
|
||||
"isEntry": true,
|
||||
"src": "index.html"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ const newFileTree = (
|
|||
directFiles.push(file);
|
||||
return;
|
||||
}
|
||||
getGroup(file.pathComponents[0]).push(file);
|
||||
getGroup(file.pathComponents[depth]).push(file);
|
||||
});
|
||||
|
||||
directFiles = sortBy(directFiles, (f) => f.filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue