From 098c24e48a22ce11e62e0c23d533a5cf123e239b Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 27 Nov 2018 21:29:35 -0700 Subject: [PATCH] Fix D/L stats --- core/system_property.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/system_property.js b/core/system_property.js index 28250f20..ca3cf7cd 100644 --- a/core/system_property.js +++ b/core/system_property.js @@ -14,6 +14,8 @@ module.exports = { FileBaseAreaStats : 'file_base_area_stats', // object - see file_base_area.js::getAreaStats FileUlTotalCount : 'ul_total_count', FileUlTotalBytes : 'ul_total_bytes', + FileDlTotalCount : 'dl_total_count', + FileDlTotalBytes : 'dl_total_bytes', MessageTotalCount : 'message_post_total_count', // total non-private messages on the system; non-persistent MessagesToday : 'message_post_today', // non-private messages posted/imported today; non-persistent