From 0f85c1b4052364cadec1941aa5131cb2a55d5a02 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 1 Jun 2026 19:00:11 +0200 Subject: [PATCH] fix: hide episode list scrollbar on desktop --- templates/watch.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/watch.gohtml b/templates/watch.gohtml index f6bad99..a7d03b8 100644 --- a/templates/watch.gohtml +++ b/templates/watch.gohtml @@ -270,7 +270,7 @@ {{end}} {{else}} -
+
{{range $episodes}} {{$isCurrent := eq (printf "%v" .Number) $currentEpID}} {{$isFiller := .Filler}}