@ctrl/qbittorrent
    Preparing search index...

    Interface AddTorrentResponse

    interface AddTorrentResponse {
        added_torrent_ids: string[];
        failure_count: number;
        pending_count: number;
        success_count: number;
    }
    Index

    Properties

    added_torrent_ids: string[]

    Torrent IDs for successfully added torrents. Added in qBittorrent WebUI API v2.14.0 https://github.com/qbittorrent/qBittorrent/blob/master/WebAPI_Changelog.md#2140

    failure_count: number

    Number of torrents that failed to add. Added in qBittorrent WebUI API v2.14.0 https://github.com/qbittorrent/qBittorrent/blob/master/WebAPI_Changelog.md#2140

    pending_count: number

    Number of torrents queued for asynchronous metadata fetching. Added in qBittorrent WebUI API v2.14.0 https://github.com/qbittorrent/qBittorrent/blob/master/WebAPI_Changelog.md#2140

    success_count: number

    Number of torrents successfully added. Added in qBittorrent WebUI API v2.14.0 https://github.com/qbittorrent/qBittorrent/blob/master/WebAPI_Changelog.md#2140