bug-workaround, set media-url as normal url

This commit is contained in:
Simon
2026-02-23 11:22:07 +00:00
parent 4d29d19c0a
commit 36c482a615
2 changed files with 2 additions and 8 deletions

View File

@@ -458,7 +458,7 @@ impl HentaihavenProvider {
}
let video_item =
VideoItem::new(id, title, video_url.clone(), "hentaihaven".into(), thumb, 0)
VideoItem::new(id, title, formats.last().unwrap().clone().url, "hentaihaven".into(), thumb, 0)
.formats(formats)
.tags(tags)
.views(views);