diff --git a/templates/watch.gohtml b/templates/watch.gohtml index 643c463..e89d5bf 100644 --- a/templates/watch.gohtml +++ b/templates/watch.gohtml @@ -20,14 +20,14 @@ - + {{if .WatchlistStatus}}{{if eq .WatchlistStatus "watching"}}Watching{{else if eq .WatchlistStatus "completed"}}Completed{{else if eq .WatchlistStatus "plan_to_watch"}}Plan to Watch{{else if eq .WatchlistStatus "dropped"}}Dropped{{end}}{{else}}Add to Watchlist{{end}} - + {{$prevEp := sub (int $currentEpID) 1}} {{if ge $prevEp 1}} - + Prev {{end}} {{$nextEp := add (int $currentEpID) 1}} {{if le $nextEp $totalEpisodes}} - + Next @@ -110,12 +110,12 @@ - + More - + Add missing segment @@ -125,7 +125,7 @@ - + Segment capture @@ -145,7 +145,7 @@ - + Ending (ED) @@ -159,8 +159,8 @@ - Mark start - Mark end + Mark start + Mark end @@ -176,7 +176,7 @@ Reset - Save + Save @@ -203,7 +203,7 @@ - + {{range .Seasons}} @@ -239,7 +239,7 @@ - + {{$ranges := ceilDiv $totalEpisodes 100}} {{range $i := seq $ranges}} @@ -271,7 +271,7 @@ {{end}} {{else}} - + {{range $episodes}} {{$isCurrent := eq (printf "%v" .Number) $currentEpID}} {{$isFiller := .Filler}}