mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-08-25 03:44:27 -05:00
Update frontend to use Subject38's proper categories as extracted from Jubeat XML.
This commit is contained in:
@@ -923,6 +923,7 @@ class GlobalMusicData(BaseGlobalData):
|
||||
'bpm_min': int(data['bpm_min']),
|
||||
'bpm_max': int(data['bpm_max']),
|
||||
'difficulty': int(data['difficulty']),
|
||||
'version': int(data.get('category', int(songid / 10000000))),
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user