bug prevention with video.url for Hottub38

This commit is contained in:
Simon
2026-02-26 11:05:32 +00:00
parent 4ad9453245
commit 060d8e7937
3 changed files with 29 additions and 6 deletions

View File

@@ -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)