background fetch

This commit is contained in:
m
2026-07-29 19:24:13 +02:00
parent 3d63dc1987
commit 00084758bf
9 changed files with 474 additions and 302 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ async function scanMediaAlbum(folder: StoredFolder): Promise<DeviceFile[]> {
}
}
async function scanSubdirectories(
export async function scanSubdirectories(
baseUri: string,
depth: number = 0,
maxDepth: number = 3,