diff --git a/src/modes/server/api/item.rs b/src/modes/server/api/item.rs index 5eb2589..20bb860 100644 --- a/src/modes/server/api/item.rs +++ b/src/modes/server/api/item.rs @@ -208,7 +208,7 @@ async fn stream_item_content( allow_binary: bool, offset: u64, length: u64, -) -> anyhow::Result<(impl tokio_stream::Stream>, String)> { +) -> anyhow::Result<(impl tokio_stream::Stream>, String)> { let item_with_content = service.get_item_content(item_id).await?; let metadata = item_with_content.item_with_meta.meta_as_map();