Fix after depdenency update

This commit is contained in:
kdeng00
2025-08-27 15:04:17 -04:00
parent 4504304a55
commit d67be8cc3b
+1
View File
@@ -340,6 +340,7 @@ impl CommitManager {
title: String::new(), title: String::new(),
path: cover_path.to_owned(), path: cover_path.to_owned(),
data: Vec::new(), data: Vec::new(),
..Default::default()
}; };
let file_name = std::ffi::OsString::from(&song_file.file_name().unwrap()); let file_name = std::ffi::OsString::from(&song_file.file_name().unwrap());