fix: 🐛 fix a bug

This commit is contained in:
2024-11-06 02:25:20 +01:00
parent dd3853af7b
commit e332660f24
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -14,6 +14,8 @@ func (hq *Handlers) GetTVShow(c *gin.Context) {
seasons := scraper.ScrapeSeasons(ttShowID)
slog.Info("scraped seasons", "ttid", ttShowID)
c.JSON(http.StatusOK, gin.H{
"seasons": seasons,
})