diff --git a/server/watchlist.go b/server/watchlist.go index 3a76ac5..3b572a1 100644 --- a/server/watchlist.go +++ b/server/watchlist.go @@ -117,6 +117,8 @@ func (s *Server) GetTvWatchlist(c *gin.Context) (interface{}, error) { } } } + s.monitorNumCache.Set(item.ID, ms.MonitoredNum) + s.downloadNumCache.Set(item.ID, ms.DownloadedNum) } res[i] = ms