diff --git a/r621/src/post.rs b/r621/src/post.rs index 32262c2..792e44e 100644 --- a/r621/src/post.rs +++ b/r621/src/post.rs @@ -89,7 +89,8 @@ pub struct PostSample { pub has: bool, pub width: ImageDimension, pub height: ImageDimension, - pub url: String + pub url: Option, + pub alt: Option } #[derive(serde::Serialize, serde::Deserialize, Clone, Debug)]