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