fix: clean up debug logs and test forcing

This commit is contained in:
2026-05-02 17:07:35 +02:00
committed by Mikkel Elvers
parent d83a6f4a37
commit 2850c56143
2 changed files with 1 additions and 4 deletions

View File

@@ -64,9 +64,7 @@ func (h *Handler) HandleWatchPage(w http.ResponseWriter, r *http.Request) {
}
for i := range episodes.Data {
log.Printf("Ep %s image: %s", episodes.Data[i].Episode, episodes.Data[i].Images.Jpg.ImageURL)
episodes.Data[i].Images.Jpg.ImageURL = episodes.Data[i].GetFallbackImage(id)
log.Printf("Ep %s fallback image: %s", episodes.Data[i].Episode, episodes.Data[i].Images.Jpg.ImageURL)
}
sort.Slice(episodes.Data, func(i, j int) bool {