diff --git a/bemani/backend/reflec/groovin.py b/bemani/backend/reflec/groovin.py index e2c6ff2..97f18ff 100644 --- a/bemani/backend/reflec/groovin.py +++ b/bemani/backend/reflec/groovin.py @@ -429,6 +429,7 @@ class ReflecBeatGroovin(ReflecBeatBase): self.version, songid=songid, ) + profiles.update({u: p for u, p in self.get_any_profiles([s[0] for s in allscores if s[0] not in profiles])}) for ng in [ self.CHART_TYPE_BASIC, diff --git a/bemani/backend/reflec/volzzabase.py b/bemani/backend/reflec/volzzabase.py index c616394..af294bd 100644 --- a/bemani/backend/reflec/volzzabase.py +++ b/bemani/backend/reflec/volzzabase.py @@ -213,6 +213,7 @@ class ReflecBeatVolzzaBase(ReflecBeatBase): self.version, songid=songid, ) + profiles.update({u: p for u, p in self.get_any_profiles([s[0] for s in allscores if s[0] not in profiles])}) for ng in [ self.CHART_TYPE_BASIC,