diff --git a/templates/watch.gohtml b/templates/watch.gohtml index d6e18a4..6c8f84d 100644 --- a/templates/watch.gohtml +++ b/templates/watch.gohtml @@ -55,8 +55,8 @@
- @@ -124,16 +124,16 @@
{{$prevEp := sub (int $currentEpID) 1}} {{if ge $prevEp 1}} - - + + Prev {{end}} {{$nextEp := add (int $currentEpID) 1}} {{if le $nextEp $totalEpisodes}} - + Next - + {{end}}