From 8231441c37923e0889a1e8889a3b23dfcf36f08a Mon Sep 17 00:00:00 2001 From: zefie Date: Wed, 13 Aug 2025 15:01:33 -0400 Subject: [PATCH] fix space --- .../includes/ServiceVault/wtv-disk/get-group-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/includes/ServiceVault/wtv-disk/get-group-data.js b/zefie_wtvp_minisrv/includes/ServiceVault/wtv-disk/get-group-data.js index 6a2cd9da..1a20db0b 100644 --- a/zefie_wtvp_minisrv/includes/ServiceVault/wtv-disk/get-group-data.js +++ b/zefie_wtvp_minisrv/includes/ServiceVault/wtv-disk/get-group-data.js @@ -18,5 +18,5 @@ if (request_headers['wtv-request-type'] === "download") { const queryString = Object.keys(query) .map(key => encodeURIComponent(key) + '=' + encodeURIComponent(query[key])) .join('&'); - headers = "302 Found\nwtv-expire-all:wtv-disk:\nLocation: wtv-disk:/content/DownloadScreen.tmpl" + (queryString ? ("?" + queryString) : ""); + headers = "302 Found\nwtv-expire-all: wtv-disk:\nLocation: wtv-disk:/content/DownloadScreen.tmpl" + (queryString ? ("?" + queryString) : ""); } \ No newline at end of file