fixing Download Syntax
This commit is contained in:
@@ -972,7 +972,7 @@ fn aria2_add_download(base_url: &str, token: &str, it: &DownloadItem) -> Result<
|
|||||||
"continue": "true",
|
"continue": "true",
|
||||||
"check-certificate": "true",
|
"check-certificate": "true",
|
||||||
"content-disposition": "true",
|
"content-disposition": "true",
|
||||||
"header": format!("X-Emby-Token: {token}"),
|
"header": format!("Authorization: MediaBrowser Token=\"{token}\""),
|
||||||
});
|
});
|
||||||
|
|
||||||
// params: [ [uri], options ]
|
// params: [ [uri], options ]
|
||||||
|
|||||||
Reference in New Issue
Block a user