Improved soundtrack overview

This commit is contained in:
2017-06-27 18:53:31 +02:00
parent fb1723d15f
commit af726bd1ac
3 changed files with 13 additions and 22 deletions

View File

@ -8,7 +8,7 @@ import (
"github.com/animenotifier/notify.moe/components"
)
const maxTracks = 10
const maxTracks = 9
// Get renders the music page.
func Get(ctx *aero.Context) string {