From fff817b654aaf4d4d2569f845c588cffb753df2f Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Mon, 19 Nov 2018 16:47:18 -0600 Subject: [PATCH] Remove timestamp fallback for nojs --- src/invidious/comments.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr index 5f7b34c0..372e58ed 100644 --- a/src/invidious/comments.cr +++ b/src/invidious/comments.cr @@ -507,7 +507,7 @@ def content_to_comment_html(content) length_seconds = watch_endpoint["startTimeSeconds"].as_i video_id = watch_endpoint["videoId"].as_s - text = %(#{text}) + text = %(#{text}) elsif url = run["navigationEndpoint"]["commandMetadata"]?.try &.["webCommandMetadata"]["url"].as_s text = %(#{text}) end