feat(multiplayer,playlist): complete the filter for /rooms

This commit is contained in:
MingxuanGame
2025-08-09 06:28:37 +00:00
parent 99f2b3db2a
commit e236c06f0f
4 changed files with 50 additions and 19 deletions

View File

@@ -10,6 +10,7 @@ class RoomCategory(str, Enum):
SPOTLIGHT = "spotlight"
FEATURED_ARTIST = "featured_artist"
DAILY_CHALLENGE = "daily_challenge"
REALTIME = "realtime"
class MatchType(str, Enum):