This commit is contained in:
parent
375cea2408
commit
987df27fd1
1 changed files with 7 additions and 0 deletions
|
|
@ -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<PathBuf>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue