[api] Fix broken chunithm api via add new genre

pull/1/head
Dom Eori 2021-06-26 17:13:12 +09:00
parent 32f4020edd
commit b72121bc95
1 changed files with 3 additions and 2 deletions

View File

@ -5,14 +5,15 @@ package icu.samnyan.aqua.sega.chunithm.model.gamedata;
*/
public enum Genre {
POPS_ANIME("POPS & ANIME"),
RESERVE("Reserve"),
GAME("GAME"),
NICONICO("niconico"),
TOUHOU("東方Project"),
RESERVE2("Reserve2"),
ORIGINAL("Original"),
VARIETY("Variety"),
IRODORI("イロドリミドリ"),
KOTONOHA("言葉Project");
KOTONOHA("言葉Project"),
GEKICHUMA("ゲキマイ");
private String displayName;