From df2bf8125dde1b989f026d4351b16046c7c5dff4 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Fri, 8 May 2026 13:21:21 +0200 Subject: [PATCH] fix: enable scrolling for episode list with fixed height --- templates/watch.gohtml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/templates/watch.gohtml b/templates/watch.gohtml index 008881d..f2f3e60 100644 --- a/templates/watch.gohtml +++ b/templates/watch.gohtml @@ -7,8 +7,8 @@ {{if or (not $currentEpID) (eq (printf "%v" $currentEpID) "0") (eq (printf "%v" $currentEpID) "")}}{{$currentEpID = "1"}}{{end}} {{$totalEpisodes := len $episodes}} -
-