hentaihaven

This commit is contained in:
Simon
2026-02-23 06:52:49 +00:00
parent 3fe6280f27
commit becfd52e17
4 changed files with 851 additions and 266 deletions

View File

@@ -144,6 +144,9 @@ impl VideoItem {
aspectRatio: None,
}
}
pub fn from(s: String) -> Result<Self, serde_json::Error> {
serde_json::from_str::<VideoItem>(&s)
}
pub fn tags(mut self, tags: Vec<String>) -> Self {
if tags.is_empty(){
return self;