From 72dc8e86261904197102e421a2038ec8a99d89d4 Mon Sep 17 00:00:00 2001 From: Christiaan Bloemendaal Date: Thu, 18 May 2023 17:36:30 +0200 Subject: [PATCH] fix: typo in Game Category Episode (#25) --- IGDB/Models/Game.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IGDB/Models/Game.cs b/IGDB/Models/Game.cs index 080bf2e..3066e7d 100644 --- a/IGDB/Models/Game.cs +++ b/IGDB/Models/Game.cs @@ -114,7 +114,7 @@ public enum Category Bundle = 3, StandaloneExpansion = 4, Mod = 5, - Epuisode = 6, + Episode = 6, Season = 7, Remake = 8, Remaster = 9,