Version fix #193

Merged
kdeng00 merged 11 commits from fix_version into main 2025-10-14 22:02:26 -04:00
Showing only changes of commit 4678a4820c - Show all commits
-5
View File
@@ -907,11 +907,6 @@ pub mod endpoint {
data.len()
);
// TODO: Remove this
// Save the file to disk
let mut file = std::fs::File::create(&file_name).unwrap();
file.write_all(&data).unwrap();
let raw_data: Vec<u8> = data.to_vec();
let queue_repo = song_queue::insert(
&pool,