From 53b1e14cc7287a971f48ba831568fd7c3910b059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Tue, 27 Mar 2018 19:35:12 +0200 Subject: Use gameextrainfo as gamename, if not yet in list Far Cry 5 on release was not yet in our gamename cache, but gameextrainfo was set correctly. --- templates/lobby_html.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/lobby_html.jinja') diff --git a/templates/lobby_html.jinja b/templates/lobby_html.jinja index 7c9e91b..ae0000e 100644 --- a/templates/lobby_html.jinja +++ b/templates/lobby_html.jinja @@ -41,7 +41,7 @@
{# Ingame (Steam), Ingame (Nonsteam), Offline/Other #} {% if profile['gameid'] %} - {{ gamelist[profile['gameid']] or 'N/A' }} + {{ gamelist[profile['gameid']] or profile['gameextrainfo'] or 'N/A' }} {% if profile['gameserverip'] not in serverinfo %} {# No serverinfo -> Display game logo #} -- cgit v1.2.3