feat: show video overlay with episode info in fullscreen
This commit is contained in:
@@ -38,7 +38,7 @@ templ WatchPage(anime jikan.Anime, data shared.WatchPageData) {
|
||||
class="order-1 flex min-w-0 flex-1 flex-col gap-4 sm:gap-5 lg:order-2"
|
||||
hx-boost="true"
|
||||
>
|
||||
@watch.VideoPlayer(data)
|
||||
@watch.VideoPlayer(data, anime.DisplayTitle())
|
||||
<div class="flex flex-wrap items-center justify-between gap-2 sm:justify-end">
|
||||
if shared.CanGoPrevEpisode(data.CurrentEpisode) {
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user