Update frontend to use Subject38's proper categories as extracted from Jubeat XML.

This commit is contained in:
Jennifer Taylor
2022-08-17 01:38:04 +00:00
parent 8d67760788
commit 05e4ef0cb8
5 changed files with 26 additions and 3 deletions

View File

@@ -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))),
},
)