1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

fichier: add cdn option to use CDN for download - Fixes #6943

This commit is contained in:
Nick Craig-Wood
2023-04-13 18:25:13 +01:00
parent 5b95fd9588
commit 04d2781fda
3 changed files with 10 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ type DownloadRequest struct {
URL string `json:"url"`
Single int `json:"single"`
Pass string `json:"pass,omitempty"`
CDN int `json:"cdn,omitempty"`
}
// RemoveFolderRequest is the request structure of the corresponding request