diff --git a/utils/sort.go b/utils/sort.go index bf9fb77..760d19c 100644 --- a/utils/sort.go +++ b/utils/sort.go @@ -7,7 +7,8 @@ import ( "strings" ) -// SortEpisodesBySeason sorts the given episodes by their seasons +// SortEpisodesBySeason sorts the given episodes by their seasons. +// Note that the same episodes just with different audio locales will cause problems func SortEpisodesBySeason(episodes []*crunchyroll.Episode) [][]*crunchyroll.Episode { sortMap := map[string]map[int][]*crunchyroll.Episode{}