Skip to content

Commit

Permalink
fix: typo in Game Category Episode (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundernerd authored May 18, 2023
1 parent f4e3f17 commit 72dc8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IGDB/Models/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public enum Category
Bundle = 3,
StandaloneExpansion = 4,
Mod = 5,
Epuisode = 6,
Episode = 6,
Season = 7,
Remake = 8,
Remaster = 9,
Expand Down

0 comments on commit 72dc8e8

Please sign in to comment.