Implement the list endpoint for qbittorrent
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user