video from url
This commit is contained in:
@@ -313,13 +313,13 @@ impl FreeusepornProvider {
|
||||
thumb,
|
||||
duration,
|
||||
)
|
||||
.views(views.unwrap_or(0))
|
||||
.formats(self.build_formats(&id));
|
||||
.views(views.unwrap_or(0));
|
||||
|
||||
if views.is_none() {
|
||||
item.views = None;
|
||||
}
|
||||
item.rating = rating;
|
||||
item.formats = Some(self.build_formats(&id));
|
||||
|
||||
Some(item)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user