Did #0 (added context menu to side_nav), fixed some spelling errors, implemented deleting from manifest for both side_nav and song_list

This commit is contained in:
2024-10-10 22:42:04 +03:00
parent 84ab965b9d
commit 14c53d96c0
16 changed files with 303 additions and 101 deletions

View File

@@ -27,7 +27,7 @@ pub fn song(cfg: &ConfigWrapper, manifest: &mut Manifest, downloader: &mut Downl
if should_download {
downloader.download_song(cfg, name, &song, playlist, manifest.get_format())?;
crate::process_manager::wait_for_procs_untill(0)?;
crate::process_manager::wait_for_procs_until(0)?;
}
Ok(())