add subtitle mapping
This commit is contained in:
parent
0b10e67ff5
commit
77675209d5
7 changed files with 50 additions and 8 deletions
|
|
@ -104,7 +104,8 @@ pub struct Thumbnail {
|
|||
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq)]
|
||||
pub struct Subtitle {
|
||||
pub url: String,
|
||||
pub locale: Locale,
|
||||
pub lang: String,
|
||||
pub lang_name: String,
|
||||
pub auto_generated: bool,
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue