omgxxx bugfix

This commit is contained in:
Simon
2025-10-07 19:53:08 +00:00
parent 8a9baa1552
commit 12af9a89cd
5 changed files with 419 additions and 22 deletions

View File

@@ -1220,6 +1220,11 @@ async fn videos_post(
.as_deref()
.unwrap_or("")
.to_string();
let categories = video_request
.categories
.as_deref()
.unwrap_or("")
.to_string();
let options = ServerOptions {
featured: Some(featured),
category: Some(category),
@@ -1229,6 +1234,7 @@ async fn videos_post(
requester: Some(requester),
network: Some(network),
stars: Some(stars),
categories: Some(categories),
};
let video_items = provider
.get_videos(