fixing Download Syntax

This commit is contained in:
2026-09-13 14:56:56 -05:00
parent f1c3531859
commit 4853b79fd1
+1 -1
View File
@@ -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 ]