Apply metadata to queued song #27

Merged
phoenix merged 15 commits from apply_metadata_to_queued_song into devel 2025-06-26 22:40:05 +00:00
Showing only changes of commit 2f5fbde5bc - Show all commits

View File

@@ -218,6 +218,12 @@ pub async fn apply_metadata(
Some(val) => String::from(val),
None => String::new(),
};
if s_path.is_empty() {
println!("Song queue path is empty");
return Ok(false);
}
let types = song_io::metadata_types().await;
for t in types {