This commit is contained in:
2024-08-06 01:50:41 +02:00
parent 18c4d4f14d
commit 08abb5356e

View File

@@ -113,7 +113,7 @@ impl TwitchBot {
notify_game_change( notify_game_change(
data.title.clone(), data.title.clone(),
state.game.clone(), state.game.clone(),
data.title.clone() data.category_name.clone()
).await; ).await;
} }
} }