From 7c20187a332904cbb33f83dc4ced8d39b74de21f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=9C=E7=94=B0=E7=BE=8E=E7=B7=92?= <121525028+sakurada0291@users.noreply.github.com> Date: Sun, 17 Mar 2024 07:09:03 +0800 Subject: [PATCH] Update Genre.cs --- Genre.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Genre.cs b/Genre.cs index 5992dfb..60256a4 100644 --- a/Genre.cs +++ b/Genre.cs @@ -8,7 +8,7 @@ Vocaloid=3, GameMusic=4, NamcoOriginal=5, - Variety=7, - Classical=8, + Variety=6, + Classical=7, } }