From bfded751965dbe5f3bb34c74a3aa4e756e1fdb3e Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Sat, 7 Sep 2024 06:17:31 -0600 Subject: [PATCH] Add video ID to title --- templates/videos.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/videos.html b/templates/videos.html index 42ddc5e..1cb7e09 100644 --- a/templates/videos.html +++ b/templates/videos.html @@ -35,7 +35,7 @@ {{range .videos}} - {{.Title}} + {{.ID}} {{.Title}} {{.URL}} {{.Length}} {{.Status}}