show more current games

This commit is contained in:
Thibault Duplessis 2019-08-21 13:57:46 +02:00
parent 8c6a508076
commit 4cd68d8238

View file

@ -55,7 +55,7 @@ object Tv extends LilaController {
def gamesChannel(chanKey: String) = Open { implicit ctx =>
(lila.tv.Tv.Channel.byKey get chanKey) ?? { channel =>
Env.tv.tv.getChampions zip Env.tv.tv.getGames(channel, 12) map {
Env.tv.tv.getChampions zip Env.tv.tv.getGames(channel, 15) map {
case (champs, games) => NoCache {
Ok(html.tv.games(channel, games map lila.game.Pov.first, champs))
}