From fb83c5917b2608132ff1c771ea68b151313dd78c Mon Sep 17 00:00:00 2001 From: zefie Date: Tue, 10 Aug 2021 20:11:25 -0400 Subject: [PATCH] add extra newline to PUT command --- zefie_wtvp_minisrv/WTVDownloadList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/WTVDownloadList.js b/zefie_wtvp_minisrv/WTVDownloadList.js index 688b7c1c..78ffa567 100644 --- a/zefie_wtvp_minisrv/WTVDownloadList.js +++ b/zefie_wtvp_minisrv/WTVDownloadList.js @@ -133,7 +133,7 @@ class WTVDownloadList { putUserStore(path) { var destination = path.replace("file://", ""); this.download_list += "PUT " + path + "\n"; - this.download_list += "location: " + this.service_name + ":/userstore?partialPath=" + escape(destination) + "\n"; + this.download_list += "location: " + this.service_name + ":/userstore?partialPath=" + escape(destination) + "\n\n"; } /** * Adds a GET command to the download list