Anime ratings

This commit is contained in:
2017-06-30 20:00:56 +02:00
parent 7215dffb3b
commit db347c7470
6 changed files with 116 additions and 12 deletions

View File

@ -1,2 +1,2 @@
component Rating(value float64)
.anime-rating= int(value / 10 + 0.5)
.anime-rating= int(value + 0.5)