From 2ae7f41be092458aea4ea0b2eaa4e43d57288a04 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Thu, 20 Nov 2025 03:02:56 +0000 Subject: [PATCH] Fix 7z archives with spaces (#288) * fix: ignore imported versions * fix: bump droplet for 7z fixes --- layouts/default.vue | 4 +- nuxt.config.ts | 3 + package.json | 2 +- pnpm-lock.yaml | 90 +++++++++---------- server/internal/library/index.ts | 5 +- server/internal/library/provider.ts | 5 +- .../internal/library/providers/filesystem.ts | 23 +++-- server/internal/library/providers/flat.ts | 2 +- 8 files changed, 71 insertions(+), 63 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index 8bbfc19..42288c0 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,10 +1,10 @@