From 85e0dd5913d0aeafa2eee4d1cea4aaf1ec85da2f Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sat, 4 Jul 2026 05:07:33 +0200 Subject: [PATCH] feat: add data-episode-navigation attribute to watch layout --- templates/watch.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/watch.gohtml b/templates/watch.gohtml index 474e6bec..7fa0277f 100644 --- a/templates/watch.gohtml +++ b/templates/watch.gohtml @@ -33,7 +33,7 @@ {{end}} -
+
{{template "video_player" dict "WatchData" .WatchData "TotalEpisodes" $totalEpisodes "Error" .Error}}