Implemented ratings UI

This commit is contained in:
2017-06-08 11:51:34 +02:00
parent 74b405e4b4
commit 4a6e4378ce
12 changed files with 92 additions and 18 deletions

View File

@ -19,7 +19,7 @@ func main() {
}
sort.Slice(animeList, func(i, j int) bool {
return animeList[i].StartDate > animeList[j].StartDate
return animeList[i].Rating.Overall > animeList[j].Rating.Overall
})
// Convert to small anime list