Changes to how song filenames are generated (#63)

Reviewed-on: #63
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-10-11 19:20:57 +00:00
committed by phoenix
parent d7c078d95a
commit 0637a9432e
4 changed files with 44 additions and 45 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ mod song_tests {
};
assert_eq!(song.directory.is_empty(), false);
song_cpy.filename = song.generate_filename(types::MusicTypes::FlacExtension, true);
song_cpy.filename = song::generate_filename(types::MusicTypes::FlacExtension, true);
println!("Directory: {:?}", song_cpy.directory);
println!("File to be created: {:?}", song_cpy.filename);