setting up saveing stuff some
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Chris Cochrun 2025-10-04 13:59:49 -05:00
parent 375cea2408
commit 987df27fd1

View file

@ -44,6 +44,13 @@ pub async fn save(
error!("There were problems making a file i guess: {e}") error!("There were problems making a file i guess: {e}")
} }
}; };
// let list list.iter_mut().map(|item| {
// match item.kind {
// ServiceItemKind::Song(mut song) => {
// song.background
// }
// }
// }).collect();
for item in list { for item in list {
let background; let background;
let audio: Option<PathBuf>; let audio: Option<PathBuf>;