Improved default scroll length

This commit is contained in:
2018-03-14 20:59:07 +01:00
parent 44901d2411
commit 28088a93b3
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import (
const (
animeFirstLoad = 50
animePerScroll = 5
animePerScroll = 15
)
// FilterByStatus returns a handler for the given anime list item status.