Added tag filter for soundtracks

This commit is contained in:
2018-03-13 01:49:54 +01:00
parent e67a2023c7
commit 634bbb151e
10 changed files with 114 additions and 25 deletions

View File

@ -41,5 +41,5 @@ func Get(ctx *aero.Context) string {
ctx.Data = openGraph
return ctx.HTML(components.Track(track, user))
return ctx.HTML(components.SoundTrackPage(track, user))
}