now with pornstars fetch
This commit is contained in:
@@ -1215,6 +1215,11 @@ async fn videos_post(
|
||||
.as_deref()
|
||||
.unwrap_or("")
|
||||
.to_string();
|
||||
let stars = video_request
|
||||
.stars
|
||||
.as_deref()
|
||||
.unwrap_or("")
|
||||
.to_string();
|
||||
let options = ServerOptions {
|
||||
featured: Some(featured),
|
||||
category: Some(category),
|
||||
@@ -1223,6 +1228,7 @@ async fn videos_post(
|
||||
language: Some(language),
|
||||
requester: Some(requester),
|
||||
network: Some(network),
|
||||
stars: Some(stars),
|
||||
};
|
||||
let video_items = provider
|
||||
.get_videos(
|
||||
|
||||
Reference in New Issue
Block a user