From 03adc4cf81d6af4c1e7b3b28e0b6c0a7a909a2bf Mon Sep 17 00:00:00 2001 From: thalieht Date: Sun, 21 Mar 2021 16:52:09 +0200 Subject: [PATCH] Updated WebUI API (qBittorrent 4.1) (markdown) --- WebUI-API-(qBittorrent-4.1).md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WebUI-API-(qBittorrent-4.1).md b/WebUI-API-(qBittorrent-4.1).md index 42e28b8..81328c7 100644 --- a/WebUI-API-(qBittorrent-4.1).md +++ b/WebUI-API-(qBittorrent-4.1).md @@ -198,6 +198,7 @@ This WebUI API documentation applies to qBittorrent v4.1+. For other WebUI API v ## API v2.8.1 ## - Added `ratioLimit` and `seedingTimeLimit` optional fields to `/torrents/add` ([#14519](https://github.com/qbittorrent/qBittorrent/pull/14519)) +- Added `seeding_time` field to `/torrents/info` ([#14554](https://github.com/qbittorrent/qBittorrent/pull/14554)) # General Information # @@ -1277,6 +1278,7 @@ Property | Type | Description `ratio` | float | Torrent share ratio. Max ratio value: 9999. `ratio_limit` | float | TODO (what is different from `max_ratio`?) `save_path` | string | Path where this torrent's data is stored +`seeding_time` | integer | Torrent elapsed time while complete (seconds) `seeding_time_limit` | integer | TODO (what is different from `max_seeding_time`?) `seen_complete` | integer | Time (Unix Epoch) when this torrent was last seen complete `seq_dl` | bool | True if sequential download is enabled