From b13a6b1fff1a321030e54aacff37ac4f5021bd68 Mon Sep 17 00:00:00 2001 From: zakary Date: Sun, 21 Apr 2024 10:21:59 -0500 Subject: [PATCH] update(v6): table set qbittorrent to pending --- docs/v6-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v6-migration.md b/docs/v6-migration.md index da76c9e..ddf65bf 100644 --- a/docs/v6-migration.md +++ b/docs/v6-migration.md @@ -20,7 +20,7 @@ This document outlines the changes made and the actions required to take advanta | Scope/Area | Description | | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| qBittorrent | If you use `qbit_manage` to enable AutoTMM, you will need to specify `legacyLinking: true` in your config if utilizing any linking functionality. | +| qBittorrent | Pending. | | API authentication | [`apiAuth`](./basics/options.md#apiauth) option was removed and the optional [`apiKey`](./basics/options.md#apikey) option was added. If unspecified, cross-seed will use an autogenerated API key. Use the API key when you make calls to the `/api/webhook` endpoint and the `/api/announce` endpoint. | | Node | Minimum required version: v20 |