bug-workaround, set media-url as normal url
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user