mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-08 02:15:13 -05:00
Update frontend to use Subject38's proper categories as extracted from Jubeat XML.
This commit is contained in:
@@ -37,6 +37,7 @@ class CatalogObject(BaseObject):
|
||||
def __format_jubeat_song(self, song: Song) -> Dict[str, Any]:
|
||||
return {
|
||||
'difficulty': song.data.get_int('difficulty'),
|
||||
'category': song.data.get_int('version'),
|
||||
'bpm_min': song.data.get_int('bpm_min'),
|
||||
'bpm_max': song.data.get_int('bpm_max'),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user