mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 19:47:47 +08:00
feat: support for torrent with multi episodes
This commit is contained in:
@@ -120,7 +120,7 @@ func (s *Server) SearchTvAndDownload(c *gin.Context) (interface{}, error) {
|
||||
if err != nil {
|
||||
return nil, errors.Wrap(err, "download")
|
||||
}
|
||||
name = *name1
|
||||
name = name1[0]
|
||||
}
|
||||
|
||||
return gin.H{
|
||||
|
||||
Reference in New Issue
Block a user