From dc11259bd8f213ab9d0f1bf0584e7ad2a0a6bed5 Mon Sep 17 00:00:00 2001 From: Lucas Winther Date: Fri, 20 Nov 2020 17:18:32 +0100 Subject: [PATCH] README: explicitly state that only qBittorrent v4.1+ is supported qBittorrent API v2 is the only implemented and supported version. Ref: https://github.com/qbittorrent/qBittorrent/wiki --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d927f3b8..b7517f07 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Flood is a monitoring service for various torrent clients. It's a Node.js servic #### Supported Clients -| Client | Support | -| ------------------------------------------------------------ | ------------------------------------ | -| [rTorrent](https://github.com/rakshasa/rtorrent) | Stable and Tested :white_check_mark: | -| [qBittorrent](https://github.com/qbittorrent/qBittorrent) | Experimental :alembic: | -| [Transmission](https://github.com/transmission/transmission) | Experimental :alembic: | +| Client | Support | +| --------------------------------------------------------------- | ------------------------------------ | +| [rTorrent](https://github.com/rakshasa/rtorrent) | Stable and Tested :white_check_mark: | +| [qBittorrent](https://github.com/qbittorrent/qBittorrent) v4.1+ | Experimental :alembic: | +| [Transmission](https://github.com/transmission/transmission) | Experimental :alembic: | #### Feedback