Updated dependencies (#48)
* Updated dependencies * Saving changes * More changes * More changes * Updated dependencies * Updated readme * Saving changes * Cleanup
This commit was merged in pull request #48.
This commit is contained in:
@@ -28,9 +28,11 @@ impl Download {
|
||||
song: &icarus_models::song::Song,
|
||||
) -> Result<String, MyError> {
|
||||
self.api.endpoint = String::from("song/data/download");
|
||||
let url = syncers::common::retrieve_url(&self.api, true, song.id);
|
||||
let url = syncers::common::retrieve_url(&self.api, true, &song.id);
|
||||
let access_token = token.bearer_token();
|
||||
|
||||
println!("Url: {:?}", url);
|
||||
|
||||
let client = reqwest::Client::builder().build().unwrap();
|
||||
|
||||
match client
|
||||
|
||||
Reference in New Issue
Block a user