Code cleanup

This commit is contained in:
2025-10-11 14:58:24 -04:00
parent 5ac6493999
commit a70055958a

View File

@@ -1,4 +1,4 @@
use std::io::{Write};
use std::io::Write;
use rand::Rng;
use serde::{Deserialize, Serialize};
@@ -90,7 +90,6 @@ impl Song {
}
}
// TODO: Make this available as a function
pub fn generate_filename(&self, typ: types::MusicTypes, randomize: bool) -> String {
let mut filename: String = String::new();