mirror of
https://github.com/iv-org/invidious.git
synced 2024-10-01 01:25:56 -04:00
Merge pull request #2813 from iv-org/SamantazFox-fix-comments
Fix youtube comments
This commit is contained in:
commit
042ff8da64
@ -305,7 +305,7 @@ def template_youtube_comments(comments, locale, thin_mode, is_replies = false)
|
|||||||
if child["replies"]?
|
if child["replies"]?
|
||||||
replies_count_text = translate_count(locale,
|
replies_count_text = translate_count(locale,
|
||||||
"comments_view_x_replies",
|
"comments_view_x_replies",
|
||||||
child["replies"]["replyCount"].as_s.to_i? || 0,
|
child["replies"]["replyCount"].as_i64 || 0,
|
||||||
NumberFormatting::Separator
|
NumberFormatting::Separator
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user