Code cleanup (#39)

* Code cleanup

* Removed unused source file
This commit was merged in pull request #39.
This commit is contained in:
KD
2025-03-24 19:51:41 -04:00
committed by GitHub
parent 4824e6f33a
commit 19d6f2dc33
5 changed files with 15 additions and 201 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ impl Upload {
let cover = reqwest::multipart::Part::bytes(cover_raw_data).headers(headers_i);
let mut song_filename = String::from("audio");
song_filename += icarus_models::constants::WAVEXTENSION;
song_filename += icarus_models::constants::DEFAULTMUSICEXTENSION;
let mut cover_filename = String::from("cover");
cover_filename += icarus_models::constants::JPGEXTENSION;