From 700ce1f8750c10b3ba461574be710a88c4af8625 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 15 Mar 2022 03:43:39 +0100 Subject: test/lib/video: Fill in href attributes of video shortcuts ...so that they can be indexed. Signed-off-by: Stefano Brivio --- test/lib/video | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/video b/test/lib/video index ec79c85..70a6359 100755 --- a/test/lib/video +++ b/test/lib/video @@ -141,7 +141,7 @@ video_time_now() { video_link() { [ ${VIDEO_LINKS_COUNT} -eq 0 ] && __sep="" || __sep=" |" __id="video_link_${VIDEO_LINKS_COUNT}" - video_append_links "${__sep} ${1}" + video_append_links "${__sep} ${1}" video_append_links_js "[ '${__id}', $(($(video_time_now) - 1)) ]," VIDEO_LINKS_COUNT=$((VIDEO_LINKS_COUNT + 1)) -- cgit v1.2.3