From 987df27fd17a78f7361026d706a6d0049d4644a9 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 4 Oct 2025 13:59:49 -0500 Subject: [PATCH] setting up saveing stuff some --- src/core/file.rs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/core/file.rs b/src/core/file.rs index 79664a3..5b8f917 100644 --- a/src/core/file.rs +++ b/src/core/file.rs @@ -44,6 +44,13 @@ pub async fn save( 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 { let background; let audio: Option;