fix: season pack download more than once

This commit is contained in:
Simon Ding
2024-11-15 15:59:32 +08:00
parent fbfee65a50
commit d2619120da

View File

@@ -165,6 +165,7 @@ lo:
return nil, err return nil, err
} }
torrentNames = append(torrentNames, *name) torrentNames = append(torrentNames, *name)
break lo
} }
} else { } else {
torrentEpisodes := make([]int, 0) torrentEpisodes := make([]int, 0)