mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 19:47:47 +08:00
fix: add movie download
This commit is contained in:
@@ -294,7 +294,7 @@ func (s *Server) DownloadTorrent(c *gin.Context) (interface{}, error) {
|
|||||||
s.db.SetEpisodeStatus(ep.ID, episode.StatusDownloading)
|
s.db.SetEpisodeStatus(ep.ID, episode.StatusDownloading)
|
||||||
}()
|
}()
|
||||||
|
|
||||||
log.Infof("success add %s to download task", media.NameEn)
|
log.Infof("success add %s to download task", in.Name)
|
||||||
return media.NameEn, nil
|
return in.Name, nil
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user