This commit is contained in:
Simon
2025-07-17 18:41:57 +00:00
parent 9d3d8ce67b
commit b4ee574433
10 changed files with 652 additions and 125 deletions

View File

@@ -26,6 +26,7 @@ pub struct VideosRequest {
// Your server's global options will be sent in the videos request
// pub flavor: "mint chocolate chip"
pub featured: Option<String>, // "featured",
pub category: Option<String>, // "pmv"
}
#[derive(serde::Serialize, Debug)]
pub struct PageInfo {