From 48d66f35463dda60c3500c3fbd35944ed7de4d37 Mon Sep 17 00:00:00 2001 From: Peter Lewis Date: Fri, 22 Dec 2023 06:07:17 +0000 Subject: [PATCH] Add Synology fix --- docs/changelog.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.json b/docs/changelog.json index 865a7cb7..8fc4b3ef 100644 --- a/docs/changelog.json +++ b/docs/changelog.json @@ -6,5 +6,6 @@ "5": "Many small improvements & feature requests. Enjoy!", "6": "Many small performance improvements & bug fixes. Enjoy!", "7": "Improved the look & performance of the upload/download chart.", - "8": "Updated to Node.js v18." -} \ No newline at end of file + "8": "Updated to Node.js v18.", + "9": "Fixed issue running on Synology." +}