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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user