now with pornstars fetch
This commit is contained in:
@@ -31,6 +31,7 @@ pub struct VideosRequest {
|
||||
pub filter: Option<String>, //
|
||||
pub language: Option<String>, //
|
||||
pub networks: Option<String>, //
|
||||
pub stars: Option<String>, //
|
||||
}
|
||||
|
||||
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone)]
|
||||
@@ -42,6 +43,7 @@ pub struct ServerOptions {
|
||||
pub language: Option<String>, // "en"
|
||||
pub requester: Option<Requester>,
|
||||
pub network: Option<String>, //
|
||||
pub stars: Option<String>, //
|
||||
}
|
||||
|
||||
#[derive(serde::Serialize, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user