mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Update Video mapping
This commit is contained in:
parent
09a9364427
commit
548ad14154
1 changed files with 14 additions and 26 deletions
|
@ -96,21 +96,9 @@ class Video
|
||||||
language: String?,
|
language: String?,
|
||||||
author: String,
|
author: String,
|
||||||
ucid: String,
|
ucid: String,
|
||||||
allowed_regions: {
|
allowed_regions: Array(String),
|
||||||
type: Array(String),
|
is_family_friendly: Bool,
|
||||||
nilable: true,
|
genre: String,
|
||||||
default: [] of String,
|
|
||||||
},
|
|
||||||
is_family_friendly: {
|
|
||||||
type: Bool,
|
|
||||||
nilable: true,
|
|
||||||
default: nil,
|
|
||||||
},
|
|
||||||
genre: {
|
|
||||||
type: String,
|
|
||||||
nilable: true,
|
|
||||||
default: nil,
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue