This commit is contained in:
cottongin
2025-11-03 18:38:27 -05:00
parent f52754ac87
commit 5cf5901001
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ export const branding = {
app: {
name: 'HSO Jackbox Game Picker',
shortName: 'Jackbox Game Picker',
version: '0.5.0 - Safari Walkabout Edition',
version: '0.5.1 - Thode Goes Wild Edition',
description: 'Spicing up Hyper Spaceout game nights!',
},
meta: {

View File

@@ -88,8 +88,8 @@ function Picker() {
// Don't auto-create session - let user create it explicitly
setActiveSession(session);
// Load all games for manual selection
const gamesResponse = await api.get('/games');
// Load all enabled games for manual selection
const gamesResponse = await api.get('/games?enabled=true');
setAllGames(gamesResponse.data);
// Load currently playing game if session exists