feat: stay in fullscreen when transitioning to next episode

This commit is contained in:
2026-04-26 18:26:50 +02:00
parent 068e95a900
commit ca914de762
3 changed files with 194 additions and 9 deletions

View File

@@ -81,6 +81,7 @@ func NewRouter(cfg Config) http.Handler {
mux.HandleFunc("/watch/proxy/subtitle", playbackHandler.HandleProxy)
mux.HandleFunc("/api/watch-progress", playbackHandler.HandleSaveProgress)
mux.HandleFunc("/api/watch-complete", playbackHandler.HandleCompleteAnime)
mux.HandleFunc("/api/watch/episode/", playbackHandler.HandleEpisodeData)
// Auth Endpoints
mux.HandleFunc("/login", func(w http.ResponseWriter, r *http.Request) {