bug prevention with video.url for Hottub38
This commit is contained in:
@@ -450,7 +450,7 @@ impl HentaihavenProvider {
|
||||
}
|
||||
|
||||
let video_item =
|
||||
VideoItem::new(id, title, formats.last().unwrap().clone().url, "hentaihaven".into(), thumb, 0)
|
||||
VideoItem::new(id, title, video_url.clone(), "hentaihaven".into(), thumb, 0)
|
||||
.formats(formats)
|
||||
.tags(tags)
|
||||
.views(views)
|
||||
|
||||
Reference in New Issue
Block a user