Skip to content

Commit

Permalink
Downloader: batch delete
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Oct 31, 2023
1 parent 5cd080f commit c86352e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloader/downloader.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ message DownloadRequest {

// DeleteRequest: stop seeding, delete file, delete .torrent
message DeleteRequest {
string path = 1;
repeated string paths = 1;
}

message VerifyRequest {
Expand Down

0 comments on commit c86352e

Please sign in to comment.