@ctrl/qbittorrent
    Preparing search index...

    Interface TorrentMetadataRequest

    interface TorrentMetadataRequest {
        hash?: string;
        infohash_v1?: string;
        infohash_v2?: string;
    }
    Index

    Properties

    hash?: string

    Torrent ID, if available while metadata is still being fetched

    infohash_v1?: string

    v1 info hash, if available while metadata is still being fetched

    infohash_v2?: string

    v2 info hash, if available while metadata is still being fetched