Saving changes

This commit is contained in:
phoenix
2025-04-03 22:31:26 -04:00
parent 2723b1d6b7
commit a04163ee67
7 changed files with 14 additions and 44 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ impl Delete {
song: &icarus_models::song::Song,
) -> Result<icarus_models::song::Song, std::io::Error> {
self.api.endpoint = "song/data/delete".to_owned();
let url = syncers::common::retrieve_url(&self.api, true, song.id);
let url = syncers::common::retrieve_url(&self.api, true, &song.id);
let client = reqwest::Client::builder().build().unwrap();
let access_token = token.bearer_token();
let response = client