mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
How tf did this work before
This commit is contained in:
parent
e7b5a7bf30
commit
18ce16b3bd
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ func SortEpisodesBySeason(episodes []*crunchyroll.Episode) [][]*crunchyroll.Epis
|
|||
|
||||
var eps [][]*crunchyroll.Episode
|
||||
for _, series := range sortMap {
|
||||
keys := make([]int, len(series))
|
||||
var keys []int
|
||||
for seriesNumber := range series {
|
||||
keys = append(keys, seriesNumber)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue