Saving changes

This commit is contained in:
phoenix
2025-04-03 23:10:51 -04:00
parent 2eca65b464
commit 3910ad23c3
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -446,7 +446,7 @@ impl CommitManager {
audio_type: String::from("FLAC"),
directory: source_directory.clone(),
filename: filename,
user_id: -1,
user_id: uuid::Uuid::nil(),
data: Vec::new(),
date_created: String::new(),
});