forked from midou/invidious
Update src/invidious/videos/caption.cr
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
parent
7d435f082b
commit
3615bb0e62
@ -28,10 +28,7 @@ module Invidious::Videos
|
|||||||
language_code = caption["languageCode"].to_s
|
language_code = caption["languageCode"].to_s
|
||||||
base_url = caption["baseUrl"].to_s
|
base_url = caption["baseUrl"].to_s
|
||||||
|
|
||||||
auto_generated = false
|
auto_generated = (caption["kind"]? == "asr")
|
||||||
if caption["kind"]? && caption["kind"] == "asr"
|
|
||||||
auto_generated = true
|
|
||||||
end
|
|
||||||
|
|
||||||
captions_list << Captions::Metadata.new(name, language_code, base_url, auto_generated)
|
captions_list << Captions::Metadata.new(name, language_code, base_url, auto_generated)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user