Implement the list endpoint for qbittorrent

This commit is contained in:
Alexander
2026-05-06 22:53:55 +02:00
parent 36416081c1
commit 6071bc7980
6 changed files with 288 additions and 9 deletions
@@ -18,10 +18,10 @@ message ListRequest {
}
message ListResponse {
repeated Torrent torrents = 1;
repeated ListItem items = 1;
}
message Torrent {
message ListItem {
string hash = 1;
string name = 2;
int64 size = 3;