Added note to 'Get Log' 'timestamp' property on version change from ms to s (https://github.com/qbittorrent/qBittorrent/issues/19488#issuecomment-1688175967)

This commit is contained in:
luzpaz 2023-08-23 21:18:15 -04:00
parent e8b11f613e
commit 5687dd7b95

View File

@ -841,7 +841,7 @@ Property | Type | Description
------------|---------|------------ ------------|---------|------------
`id` | integer | ID of the message `id` | integer | ID of the message
`message` | string | Text 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` `type` | integer | Type of the message: Log::NORMAL: `1`, Log::INFO: `2`, Log::WARNING: `4`, Log::CRITICAL: `8`
Example: Example: