From 4cd68d8238182214a5583d3bf182bb681f8575f9 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Wed, 21 Aug 2019 13:57:46 +0200 Subject: [PATCH] show more current games --- app/controllers/Tv.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/Tv.scala b/app/controllers/Tv.scala index d6ea07a672..df439a388c 100644 --- a/app/controllers/Tv.scala +++ b/app/controllers/Tv.scala @@ -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)) }