mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Update src/invidious/helpers/webvtt.cr
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
parent
4e97d8ad09
commit
e9d59a6dfd
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module WebVTT
|
||||||
|
|
||||||
if setting_fields
|
if setting_fields
|
||||||
setting_fields.each do |name, value|
|
setting_fields.each do |name, value|
|
||||||
@io << "#{name}: #{value}\n"
|
@io << name << ": " << value << '\n'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue