parent
08a140054e
commit
b26fdd980b
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ pub struct Video {
|
|||
}
|
||||
|
||||
impl From<&Video> for Value {
|
||||
fn from(value: &Video) -> Self {
|
||||
fn from(_value: &Video) -> Self {
|
||||
Self::List(vec![Self::Symbol(Symbol("video".into()))])
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue