feat: adding drive mapping

This commit is contained in:
Chubby Granny Chaser
2024-10-08 03:33:57 +01:00
26 changed files with 620 additions and 421 deletions

View File

@@ -20,11 +20,6 @@ export interface LudusaviBackup {
};
}
const getPathDrive = (key: string) => {
const parts = key.split("/");
return parts[0];
};
const replaceLudusaviBackupWithCurrentUser = (
backupPath: string,
title: string