diff --git a/phira/src/scene/song.rs b/phira/src/scene/song.rs index 66e843a3..e93e3e88 100644 --- a/phira/src/scene/song.rs +++ b/phira/src/scene/song.rs @@ -845,6 +845,7 @@ impl SongScene { update_fn }); + let local_path = local_path.to_owned(); Ok(Some(Box::pin(async move { let mut info = fs::load_info(fs.as_mut()).await?; info.id = id;