Skip to main content

merge_book_authors

Function merge_book_authors 

Source
async fn merge_book_authors(
    tx: &mut Transaction<'_, Sqlite>,
    old_fp: &str,
    new_fp: &str,
) -> Result<(), Error>