diff --git a/backends/client/src/lib.rs b/backends/client/src/lib.rs index 4fdd8f56..2c01c5b0 100644 --- a/backends/client/src/lib.rs +++ b/backends/client/src/lib.rs @@ -9,7 +9,7 @@ use thiserror::Error; use tonic::transport; use tonic::Status; -pub use v3::{Chunk, Image, Input, InputChunk}; +pub use v3::{Chunk, Image, Input, InputChunk, Video}; #[async_trait] pub trait Health { @@ -79,8 +79,9 @@ impl ChunksToString for Vec { let encoded = STANDARD.encode(data); output.push_str(&format!("![](data:{};base64,{})", mimetype, encoded)) } - Some(Chunk::Video(url)) => { - output.push_str(&format!("