fix: remove confirmation and disable caching for continue watching deletion

This commit is contained in:
2026-05-02 18:21:51 +02:00
committed by Mikkel Elvers
parent 75b6722718
commit 79a5a9c2e6
2 changed files with 2 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ func (h *Handler) HandleDeleteContinueWatching(w http.ResponseWriter, r *http.Re
return
}
w.Header().Set("Cache-Control", "no-cache, no-store, must-revalidate")
w.WriteHeader(http.StatusOK)
}