Fix regression related of timestamp 0:00

pull/3044/head
Féry Mathieu (Mathius) 2022-04-20 00:42:09 +02:00
rodzic cf755dec22
commit da53de2097
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 935858CF779FB2CE
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -596,7 +596,7 @@ def content_to_comment_html(content)
length_seconds = watch_endpoint["startTimeSeconds"]?
video_id = watch_endpoint["videoId"].as_s
if length_seconds && length_seconds.as_i > 0
if length_seconds && length_seconds.as_i >= 0
text = %(<a href="javascript:void(0)" data-onclick="jump_to_time" data-jump-time="#{length_seconds}">#{text}</a>)
else
text = %(<a href="/watch?v=#{video_id}">#{"youtube.com/watch?v=#{video_id}"}</a>)