qbittorrentfan

Results 4 comments of qbittorrentfan

Demonstrating the possibility of a get endpoint returning same data as info endpoint: ```cpp diff --git a/src/webui/api/torrentscontroller.cpp b/src/webui/api/torrentscontroller.cpp index fe1e7df27..4efe50f1c 100644 --- a/src/webui/api/torrentscontroller.cpp +++ b/src/webui/api/torrentscontroller.cpp @@ -1423,3 +1423,15 @@ void...

So i added tests for the properties and delete endpoints. These use SessionImpl::getTorrent (not matchHash) so they were not covered by my previous patch. Here's the updated test: ```bash #!...

> Torrents are identified by qBittorrent using so-called "torrent ID" (...) So "hash" or "info-hash" in WebAPI is usually refers to "torrent ID" I am aware of this and i've...

> you are already aware that it exists, aren't you? That is the case for long-lived applications interacting with qbittorrent (who will probably cache the full torrent list anyway). That...