Song to_data change #62
@@ -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();
|
||||
|
Reference in New Issue
Block a user