mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-01-20 22:01:40 +00:00
WebVTT::Builder: rename #line to #cue
This commit is contained in:
@@ -78,7 +78,7 @@ module Invidious::Videos
|
||||
end
|
||||
end
|
||||
|
||||
vtt.line(start_time, end_time, text)
|
||||
vtt.cue(start_time, end_time, text)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user