From 11a2cf32b408b465d2df59c7bb5b1f4f3e567725 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Thu, 24 Aug 2023 06:42:33 -0400 Subject: [PATCH] Correct previous revision version to 4.5.0 --- 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 e44c1d3..d626b0f 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 (Note: switched from milliseconds to seconds in v4.6.0) +`timestamp` | integer | Seconds since epoch (Note: switched from milliseconds to seconds in v4.5.0) `type` | integer | Type of the message: Log::NORMAL: `1`, Log::INFO: `2`, Log::WARNING: `4`, Log::CRITICAL: `8` Example: