refactor: remove thumbnail preview feature

This commit is contained in:
2026-04-18 22:27:54 +02:00
parent a0fdd9e811
commit 9c3b87deaf
8 changed files with 16 additions and 791 deletions

View File

@@ -59,8 +59,6 @@ func NewRouter(cfg Config) http.Handler {
mux.HandleFunc("/watch/proxy/segment", playbackHandler.HandleProxySegment)
mux.HandleFunc("/watch/proxy/subtitle", playbackHandler.HandleProxySubtitle)
mux.HandleFunc("/api/watch-progress", playbackHandler.HandleSaveProgress)
mux.HandleFunc("/watch/proxy/preview-map", playbackHandler.HandleProxyPreviewMap)
mux.HandleFunc("/watch/proxy/preview-sprite", playbackHandler.HandleProxyPreviewSprite)
// Auth Endpoints
mux.HandleFunc("/login", func(w http.ResponseWriter, r *http.Request) {