set aspect_ratio to 0.715
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user