diff --git a/templates/components/video_player.gohtml b/templates/components/video_player.gohtml index 252fcccb..e4308f79 100644 --- a/templates/components/video_player.gohtml +++ b/templates/components/video_player.gohtml @@ -15,20 +15,26 @@ data-stream-url="/watch/proxy/stream" data-anime-title-english="{{.WatchData.Title}}" data-anime-image="{{.WatchData.MalID}}" + data-load-state="loading_media" + aria-busy="true" class="group relative aspect-video w-full overflow-hidden bg-black [&.fullscreen]:h-full [&.fullscreen]:w-full [&.fullscreen]:aspect-auto [&.show-controls_[data-video-overlay]]:opacity-100 [&.fullscreen:not(.show-controls)_[data-video-overlay]]:opacity-0 [&.fullscreen:not(.show-controls)_[data-video-overlay]]:pointer-events-none [&.fullscreen:not(.show-controls)]:cursor-none [&.fullscreen:not(.show-controls)_video]:cursor-none [&.video-ended_video]:opacity-0"> -