From 5687dd7b952b10cda8ab6726e39b65b56886927a Mon Sep 17 00:00:00 2001 From: luzpaz Date: Wed, 23 Aug 2023 21:18:15 -0400 Subject: [PATCH] Added note to 'Get Log' 'timestamp' property on version change from ms to s (https://github.com/qbittorrent/qBittorrent/issues/19488#issuecomment-1688175967) --- WebUI-API-(qBittorrent-4.1).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebUI-API-(qBittorrent-4.1).md b/WebUI-API-(qBittorrent-4.1).md index c1b8668..e44c1d3 100644 --- a/WebUI-API-(qBittorrent-4.1).md +++ b/WebUI-API-(qBittorrent-4.1).md @@ -841,7 +841,7 @@ Property | Type | Description ------------|---------|------------ `id` | integer | ID of the message `message` | string | Text of the message -`timestamp` | integer | Seconds since epoch +`timestamp` | integer | Seconds since epoch (Note: switched from milliseconds to seconds in v4.6.0) `type` | integer | Type of the message: Log::NORMAL: `1`, Log::INFO: `2`, Log::WARNING: `4`, Log::CRITICAL: `8` Example: