Fixed AnimeSort call

This commit is contained in:
2018-03-14 01:02:41 +01:00
parent 4e8d02616a
commit fd2ed7d105
4 changed files with 7 additions and 6 deletions

View File

@ -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