Multiple Base-Paths support

This commit is contained in:
2025-03-16 16:48:38 +01:00
parent 42a1e1a2ce
commit d9bbbed1c0
7 changed files with 111 additions and 6 deletions

View File

@ -0,0 +1,4 @@
export default interface IDownloadAvailableJobsRecord {
recurrenceTimeMs: number;
localLibraryId: string;
}

View File

@ -0,0 +1,4 @@
export default interface INewLibraryRecord {
path: string;
name: string;
}