This commit is contained in:
syeopite 2023-09-23 09:57:26 -04:00
parent a999438ae4
commit be2feba17c
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ module Invidious::Videos
lines = self.parse(initial_data)
settings_field = {
"Kind" => "captions",
"Language" => target_language
"Kind" => "captions",
"Language" => target_language,
}
# Taken from Invidious::Videos::Captions::Metadata.timedtext_to_vtt()