diff --git a/rslib/src/import_export/package/apkg/export.rs b/rslib/src/import_export/package/apkg/export.rs index 40aa78c96..079837b0b 100644 --- a/rslib/src/import_export/package/apkg/export.rs +++ b/rslib/src/import_export/package/apkg/export.rs @@ -29,7 +29,7 @@ impl Collection { search: impl TryIntoSearch, with_scheduling: bool, with_media: bool, - media_fn: Option) -> MediaIter>, + media_fn: Option) -> MediaIter>>, progress_fn: impl FnMut(usize), ) -> Result<()> { let temp_apkg = tempfile_in_parent_of(out_path.as_ref())?;