set aspect_ratio to 0.715

This commit is contained in:
Simon
2026-02-23 11:44:11 +00:00
parent dfbcf85ddf
commit 08e94b5240

View File

@@ -453,7 +453,8 @@ impl HentaihavenProvider {
VideoItem::new(id, title, formats.last().unwrap().clone().url, "hentaihaven".into(), thumb, 0)
.formats(formats)
.tags(tags)
.views(views);
.views(views)
.aspect_ratio(0.715);
let mut conn = pool.get().expect("couldn't get db connection from pool");
let _ = db::insert_video(