Skip to main content

confirm_pending_deletions

Function confirm_pending_deletions 

Source
fn confirm_pending_deletions(
    ctx: &Arc<AppContext>,
    album_id: &str,
    to_delete_local: &mut Vec<LocalEntry>,
    to_delete_remote: &mut Vec<LibraryAsset>,
)