now with pornstars fetch

This commit is contained in:
Simon
2025-10-04 18:12:23 +00:00
parent 499e528697
commit b2a07b0392
3 changed files with 58 additions and 19 deletions

View File

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