fix(beatmapset): legacy_thread_url is nullable

This commit is contained in:
MingxuanGame
2025-08-10 13:15:56 +00:00
parent f6c375caf3
commit b12782abe0

View File

@@ -183,7 +183,7 @@ class BeatmapsetResp(BeatmapsetBase):
discussion_enabled: bool = True
status: str
ranked: int
legacy_thread_url: str = ""
legacy_thread_url: str | None = ""
is_scoreable: bool
hype: BeatmapHype | None = None
availability: BeatmapAvailability