mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-24 15:14:01 +08:00
Fix: files in subfolders not downloading properly
This commit is contained in:
parent
9d7ed246b9
commit
3ef56bd4d8
@ -387,7 +387,7 @@ export const useFileManager = (instanceId?: string, daemonId?: string) => {
|
||||
try {
|
||||
await getDownloadCfg({
|
||||
params: {
|
||||
file_name: fileName,
|
||||
file_name: breadcrumbs[breadcrumbs.length - 1].path + fileName,
|
||||
daemonId: daemonId!,
|
||||
uuid: instanceId!
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user