diff --git a/api/watchlist/handler.go b/api/watchlist/handler.go index 506ebda..e3373f6 100644 --- a/api/watchlist/handler.go +++ b/api/watchlist/handler.go @@ -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) } diff --git a/templates/components/continue_watching.gohtml b/templates/components/continue_watching.gohtml index e0a2899..8e43a92 100644 --- a/templates/components/continue_watching.gohtml +++ b/templates/components/continue_watching.gohtml @@ -15,7 +15,7 @@