omgxxx bugfix
This commit is contained in:
@@ -32,6 +32,7 @@ pub struct VideosRequest {
|
||||
pub language: Option<String>, //
|
||||
pub networks: Option<String>, //
|
||||
pub stars: Option<String>, //
|
||||
pub categories: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone)]
|
||||
@@ -44,6 +45,7 @@ pub struct ServerOptions {
|
||||
pub requester: Option<Requester>,
|
||||
pub network: Option<String>, //
|
||||
pub stars: Option<String>, //
|
||||
pub categories: Option<String>, //
|
||||
}
|
||||
|
||||
#[derive(serde::Serialize, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user