Fixed AnimeSort call
This commit is contained in:
@ -48,7 +48,7 @@ func main() {
|
||||
)
|
||||
|
||||
// Sort so that we download the most important ones first
|
||||
arn.SortAnimeByQuality(animes, "")
|
||||
arn.SortAnimeByQuality(animes)
|
||||
|
||||
// Queue up URLs
|
||||
count := 0
|
||||
|
Reference in New Issue
Block a user